Using Git
Revision as of 10:58, 24 September 2013 by Francis Tyers (talk | contribs) (Created page with ' ==Merge conflict: Throw away local changes==  <pre>  git checkout master <path>  git commit  git push origin <branch>  git merge master </pre>   Category:Documentation')
Merge conflict: Throw away local changes
git checkout master <path> git commit git push origin <branch> git merge master

