SyntaxFix
Write A Post
Hire A Developer
Questions
Just complementing the answer.
Merging the last tag on a branch:
git checkout my-branch git merge $(git describe --tags $(git rev-list --tags --max-count=1))
Inspired by https://gist.github.com/rponte/fdc0724dd984088606b0