Skip to content

Instantly share code, notes, and snippets.

@vrinek
Created May 25, 2011 10:46
Show Gist options
  • Save vrinek/990771 to your computer and use it in GitHub Desktop.
Save vrinek/990771 to your computer and use it in GitHub Desktop.
find out how a file has changed when you get a conflict in "rebase master"
git log -p --color $(git merge-base master branch)...master path/to/file.rb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment