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.
1 parent fecd3f8 commit 5164a6eCopy full SHA for 5164a6e
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