Last active
December 21, 2015 10:40
-
-
Save itsprdp/508e0f0774d615655eac to your computer and use it in GitHub Desktop.
Clone the git repo and checkout to latest tag/release version
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git clone <git-url> <dest-dir> | |
cd <dest-dir> | |
git checkout tags/$(git tag -l | tail -1) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment