forgot tools/git-checkout-latest-tag.sh in PR #1909
This commit is contained in:
parent
fecd3f835b
commit
5164a6eb26
|
@ -0,0 +1,3 @@
|
|||
#!/bin/bash
|
||||
git fetch --tags
|
||||
git checkout $(git describe --tags `git rev-list --tags --max-count=1`)
|
Loading…
Reference in New Issue