Skip to content

Instantly share code, notes, and snippets.

@MadMaxMcKinney
Last active February 16, 2017 17:13
Show Gist options
  • Save MadMaxMcKinney/7aaed5ec850d7948cc5eb1359e27829d to your computer and use it in GitHub Desktop.
Save MadMaxMcKinney/7aaed5ec850d7948cc5eb1359e27829d to your computer and use it in GitHub Desktop.
git - Useful Commands

Annotated tag

git tag -a v1.4 -m "my version 1.4"

Push tag to remote

git push origin *tag*

View branches

git branch

Create branches

git branch *name*

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment