- Clone your gist repo locally, i.e.
git clone [email protected]:f28d47c9ee46445b6a13a9c839c629e8.git gist-collaboration
- Add your friend’s fork as a remote
e.g. if your friend is named Cindy:
git remote add blergh https://gist.github.com/cindy/df03bdacaef75a80f310
- Fetch your friend’s commits:
git fetch blergh
- Merge your friend’s changes into your repo:
git merge blergh/master
- Push the changes back to GitHub:
git push origin master
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
<!-- ################################################################################################ --> | |
<!-- --> | |
<!-- THIS FILE IS FAR FROM COMPLETE -- DON'T USE IT WITHOUT FIXING EVERYTHING!! --> | |
<!-- --> | |
<!-- Things to fix: --> | |
<!-- Everything in the meta twitter: tags! --> | |
<!-- Everything in the Facebook og: meta tags --> | |
<!-- All the other meta tags! --> | |
<!-- The Title! --> | |
<!-- The Omniture tags! |