Skip to content

Instantly share code, notes, and snippets.

@helen
Last active March 6, 2018 23:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save helen/4ea508265f91864602d5bbb1df18e8e2 to your computer and use it in GitHub Desktop.
Save helen/4ea508265f91864602d5bbb1df18e8e2 to your computer and use it in GitHub Desktop.
Making changes to a GitHub PR branch on a fork
git remote add KZeni git@github.com: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