Created
November 13, 2018 03:39
-
-
Save raymelon/d4b788688a240e4b372b65978d5c43ad 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
| # if new repo, make sure to commit first to set the head | |
| # rename default master branch to production | |
| git branch -m production | |
| # rename default origin remote to upstream | |
| git remote rename origin upstream |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment