Skip to content

Instantly share code, notes, and snippets.

@DingoEatingFuzz
Created March 8, 2016 18:49
Show Gist options
  • Save DingoEatingFuzz/a5e3249a1ff0059bd842 to your computer and use it in GitHub Desktop.
Save DingoEatingFuzz/a5e3249a1ff0059bd842 to your computer and use it in GitHub Desktop.
Git What's New
# List new merges since the last tag
whatsnew = "!git log --merges --oneline $(git describe --tags --abbrev=0).."
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment