8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fecd3f8 + 5164a6e commit 036e7a3Copy full SHA for 036e7a3
tools/git-checkout-latest-tag.sh
@@ -0,0 +1,3 @@
1
+#!/bin/bash
2
+git fetch --tags
3
+git checkout $(git describe --tags `git rev-list --tags --max-count=1`)
0 commit comments