forgot tools/git-checkout-latest-tag.sh in PR #1909
This commit is contained in:
parent
fecd3f835b
commit
5164a6eb26
3
tools/git-checkout-latest-tag.sh
Executable file
3
tools/git-checkout-latest-tag.sh
Executable file
@ -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
Block a user