git clone <yourgisturl> <usefulname>cd <usefulname>- edit the
.git/configto have the origin remote point atgit@gist.github.com:1234.gitrather than the https url. I'm sure there is a git remote add <name> <forkurl>git fetch <name>git merge <name>/master --no-ffgit push origin master
Last active
August 29, 2015 13:58
-
-
Save peterfpeterson/10127581 to your computer and use it in GitHub Desktop.
How to pull in other peoples forks of your gist
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment