Luiz's Blog
Thursday, August 13, 2015
How to overwriting local changes in GIT using Sourcetree
Open Sourcetree
Open repository
At the ribbon bar, click Terminal
At the terminal window, type the following commands:
git fetch --all
git reset --hard {remote branch} (example: origin/master)
git pull origin master
No comments:
Post a Comment
Newer Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment