Merge pull request #1936 from dhalbert/git-checkout-latest-tag.sh
forgot tools/git-checkout-latest-tag.sh in PR #1909
This commit is contained in:
commit
036e7a332b
|
@ -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