Skip to content

Instantly share code, notes, and snippets.

@ntkachov
Created November 7, 2014 21:05
Show Gist options
  • Save ntkachov/89d37311dc70c6d876a9 to your computer and use it in GitHub Desktop.
Save ntkachov/89d37311dc70c6d876a9 to your computer and use it in GitHub Desktop.
Difference between master and your branch
git cherry master | grep -v - | cut -d ' ' -f2 | xargs -n 1 git --no-pager show -s --format='%H %an <%ae> %ad'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment