forgot tools/git-checkout-latest-tag.sh in PR #1909

This commit is contained in:
Dan Halbert 2019-06-11 15:22:32 -04:00
parent fecd3f835b
commit 5164a6eb26
1 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1,3 @@
#!/bin/bash
git fetch --tags
git checkout $(git describe --tags `git rev-list --tags --max-count=1`)