Skip to content

Instantly share code, notes, and snippets.

@arguiot
Created August 28, 2018 09:08
Show Gist options
  • Save arguiot/e6a6f39585c6bb3e229b2b42a2440f6f to your computer and use it in GitHub Desktop.
Save arguiot/e6a6f39585c6bb3e229b2b42a2440f6f to your computer and use it in GitHub Desktop.
Check for commits since last release
# Pull tags
git fetch --all
# Check those commits
git log --oneline $(git describe --tags --abbrev=0 @^)..@
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment