Friday, May 9, 2014

Git: forcefully merging file though git pull



git fetch --all
git reset --hard origin/master

No comments:

Post a Comment