Skip to content

Instantly share code, notes, and snippets.

@emaillenin
Created July 1, 2014 13:45
Show Gist options
  • Save emaillenin/ba5bb6810b7e8d7c1894 to your computer and use it in GitHub Desktop.
Save emaillenin/ba5bb6810b7e8d7c1894 to your computer and use it in GitHub Desktop.
Working with a forked Github project
1. Fork the project
2. git clone <your-forked-repo>
3. Add a new remote of the original repo
4. Pull changes from original repo frequently and rebase against your local
5. Push changes to your repo
6. Create pull create and send it to the original repo!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment