Skip to content

Instantly share code, notes, and snippets.

@vavasilva
Last active September 19, 2017 18:30
Show Gist options
  • Save vavasilva/67d8bb7620bf9efd41271d0c7f796d83 to your computer and use it in GitHub Desktop.
Save vavasilva/67d8bb7620bf9efd41271d0c7f796d83 to your computer and use it in GitHub Desktop.
Latest tag git
#!/bin/bash
latesttag=$(git describe --tags `git rev-list --tags --max-count=1`)
git checkout $latesttag
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment