Skip to content

Instantly share code, notes, and snippets.

@pfrozi
Created July 7, 2020 17:36
Show Gist options
  • Save pfrozi/c7afee7573c82310e20cff48add61384 to your computer and use it in GitHub Desktop.
Save pfrozi/c7afee7573c82310e20cff48add61384 to your computer and use it in GitHub Desktop.
Get all commits from a tag
git log --pretty=format:" * [%h](https://gitlab.com/$(git remote get-url origin | sed -r 's/.*\:(.*)\.git.*/\1/')/commit/%h) %s" ^v1.0.2-rc1 HEAD
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment