Skip to content

Instantly share code, notes, and snippets.

@stevieb9
Last active June 6, 2016 21:38
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 stevieb9/8b40e992ec05ca0ae00f730e9a387735 to your computer and use it in GitHub Desktop.
Save stevieb9/8b40e992ec05ca0ae00f730e9a387735 to your computer and use it in GitHub Desktop.
- git clone <repo>
- cd <repo>
- git checkout -b new_branch
- *make changes*
- git commit ...
- git push -u origin new_branch
- submit PR
- git checkout master
- git reset --hard perl6/master (you can now create a new branch for another PR)
- once the PR is merged, you can delete the merged branch (on the accepted PR page in Github, there's a button to do this)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment