Answer the question
In order to leave comments, you need to log in
How to properly pull and merge changes in a branch?
We both work in the master.
I made changes locally and want to push them to master, but my partner's commit is there. How not to rub it?
I get to do:
git stash
git pull
git stash pop
git add .
git commit
git push
Answer the question
In order to leave comments, you need to log in
We both work in the master.
How not to rub it?
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question