Skip to content

Instantly share code, notes, and snippets.

@carltondickson
Created March 13, 2015 13:12
Show Gist options
  • Save carltondickson/9b863ba52e12e49ca1ac to your computer and use it in GitHub Desktop.
Save carltondickson/9b863ba52e12e49ca1ac to your computer and use it in GitHub Desktop.
Shows commits only on current branch
# http://stackoverflow.com/questions/4649356/how-do-i-run-git-log-to-see-changes-only-for-a-specific-branch
git cherry -v master
# or
git log master..
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment