Skip to content

Instantly share code, notes, and snippets.

@snikulov
Created September 19, 2012 13:33
Show Gist options
  • Save snikulov/3749706 to your computer and use it in GitHub Desktop.
Save snikulov/3749706 to your computer and use it in GitHub Desktop.
usual gith ubworkflow
1. fork repo
2. clone your local repo
3. git remote add upstream <url to master repo>
4. git fetch upstream
5. git merge upstream/master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment