Skip to content

Instantly share code, notes, and snippets.

@Nesh108
Created April 22, 2020 08:11
Show Gist options
  • Save Nesh108/77436cde8af29013109c00f3ee968d8b to your computer and use it in GitHub Desktop.
Save Nesh108/77436cde8af29013109c00f3ee968d8b to your computer and use it in GitHub Desktop.
Git - Show Commits since TAG
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