Skip to content

Instantly share code, notes, and snippets.

@AlexisLeon
Created January 20, 2018 05:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AlexisLeon/17393e92f9a0229b2357915b57a47935 to your computer and use it in GitHub Desktop.
Save AlexisLeon/17393e92f9a0229b2357915b57a47935 to your computer and use it in GitHub Desktop.
git tag archive/<your-branch> <your-branch>
git push --tags
git push -d origin <your-branch>
git branch -D <your-branch>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment