Created
March 22, 2019 02:23
-
-
Save lukerollins/9f304fa8c673e8c602abfc450420422c to your computer and use it in GitHub Desktop.
When you wanna push changes to that forked github repo from its local clone...
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
| Use this to reset my forked repo's master branch git remote set-url origin ' https://github.com/githubname/yourforkhere.git ' | |
| Then you can do the whole ' git push origin master ' thing to your forked repo from your local clone of said forked repo. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment