Skip to content

Instantly share code, notes, and snippets.

@carltondickson
Last active February 4, 2016 17:20
Show Gist options
  • Save carltondickson/6f2560b1d14ef00084b1 to your computer and use it in GitHub Desktop.
Save carltondickson/6f2560b1d14ef00084b1 to your computer and use it in GitHub Desktop.
Some basic GIT commands
# Checkout a tag
git checkout tags/0.0.3
# Checkout a branch
git checkout 0.0.3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment