Undo a conflicting change in your working copy that you didn't want anyway
Key words and phrases
git undo reset revert rewind repeal redo unset unwind expunge expunch conflict chainTags
Description
In short, resolve a conflict in favor of the outside repository.
The file can be a
mv offending.file ~/elsewhere
git checkout offending.fileSee also for resetting everything: http://agaric.com/note/git-update-and-ignore-local-changes
References
http://bryan-murdock.blogspot.com/2007/07/git-revert-is-not-equivalent-t...
http://www.kernel.org/pub/software/scm/git/docs/git-reset.html
Post new comment
