Skip to content

Instantly share code, notes, and snippets.

@yaotti
Created February 19, 2013 14:48
Show Gist options
  • Save yaotti/4986537 to your computer and use it in GitHub Desktop.
Save yaotti/4986537 to your computer and use it in GitHub Desktop.
現在のブランチで加えた変更を見る ref: http://qiita.com/items/ab52a7e834422a6f9662
git log master..fix/foo
git diff master...fix/foo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment