Created
January 20, 2018 05:04
-
-
Save AlexisLeon/17393e92f9a0229b2357915b57a47935 to your computer and use it in GitHub Desktop.
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 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