Created
April 22, 2020 08:11
-
-
Save Nesh108/77436cde8af29013109c00f3ee968d8b to your computer and use it in GitHub Desktop.
Git - Show Commits since TAG
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
TAG="${%1}..HEAD" | |
git log --pretty=format:"- %s" $TAG |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment