Created
July 7, 2020 17:36
-
-
Save pfrozi/c7afee7573c82310e20cff48add61384 to your computer and use it in GitHub Desktop.
Get all commits from a 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
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