Created
March 29, 2020 04:41
-
-
Save elderdosantos/f20760a1edc3ef9240d24279d7d6a354 to your computer and use it in GitHub Desktop.
git vendor
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 branch temp | |
git checkout temp | |
git branch -f master temp | |
git checkout master | |
git branch -d temp |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment