Created
August 28, 2018 09:08
-
-
Save arguiot/e6a6f39585c6bb3e229b2b42a2440f6f to your computer and use it in GitHub Desktop.
Check for commits since last release
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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