Skip to content

Instantly share code, notes, and snippets.

@sprhawk
Created May 24, 2012 03:07
Show Gist options
  • Save sprhawk/2779210 to your computer and use it in GitHub Desktop.
Save sprhawk/2779210 to your computer and use it in GitHub Desktop.
git co ours or theirs
git checkout --ours -- path/to/file.txt
git checkout --theirs -- path/to/file.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment