Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Olinky zasah #29

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Conversation

olgavinduskova
Copy link
Contributor

To jsem zvedava, jak tohle dopadne...

@asgeirrr
Copy link
Owner

asgeirrr commented Apr 4, 2017

Tady je konflikt. Zkus ho vyřešit tak, že si uděláš rebase svého masteru z origin/master. Tzn.

  1. Stáhnout si aktuální origin z masteru git fetch origin master.
  2. Aplikovat změny z origin/master na tvůj lokální master git rebase origin/master
  3. Teď budeš mít konflikt v souboru ivouni.txt, otevři ho a vyřeš.
  4. Řekni Gitu, žes ho vyřešila pomocí git add ivouni.txt
  5. Dokonči rebase pomocí git rebase --continue
  6. Nahraj změny do svého public repozitáře na GitHubu git push origin master
  7. Pokud se to nepovede (error: failed to push some refs), musíš to vynutit git push origin master -f, je to pojistka Gitu, aby sis nepřepsala něco, co nechceš.
  8. Teď by se měl pull request ukázat jakože se dá zmergovat (nemusíš ho dělat znova).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants