Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
Well, for good, you need to do a merge, but if you are sure that you want to overwrite all local files with versions from the repository, then do the following
git fetch --all
git reset --hard origin/master
git pull origin master
Can it be like this
git stash
git pull origin master
git stash apply
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question