вторник, 17 июля 2012 г.

How to force update git

git fetch --all 
git reset --hard origin/master
Git fetch downloads the latest from remote without trying to merge or rebase anything. 
Then the git reset resets the master branch to what you just fetched.

Комментариев нет:

Отправить комментарий