# Clone your gist
git clone [email protected]:abcdef.git
cd abcdef
# Add the fork as a remote
git remote add downstream [email protected]:uvwxyz.git
# Merge in the changes from the fork
git pull downstream master
# Push up the changes to your gist
git push origin master
Created
May 13, 2013 15:11
-
-
Save hafichuk/5569044 to your computer and use it in GitHub Desktop.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment