Last active
March 6, 2018 23:20
-
-
Save helen/4ea508265f91864602d5bbb1df18e8e2 to your computer and use it in GitHub Desktop.
Making changes to a GitHub PR branch on a fork
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 remote add KZeni [email protected]:KZeni/admin-color-schemer.git | |
git fetch KZeni | |
git checkout --track KZeni/patch-1 | |
git commit | |
git push KZeni patch-1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment