Skip to content

Instantly share code, notes, and snippets.

@mrsombre
Created November 23, 2018 09:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mrsombre/ef770ce788ba0eb7bb653a6d92781f31 to your computer and use it in GitHub Desktop.
Save mrsombre/ef770ce788ba0eb7bb653a6d92781f31 to your computer and use it in GitHub Desktop.
Github Contribute

Step 1

  • Fork project
  • git remote add upstream git@github.com:<project>.git

Step 2

git checkout master
git pull upstream master
git push origin master

Step 3

  • Branch
  • Code
  • Push origin
  • PR

Step 4

  • Repeat
  • ???
  • PROFIT
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment