Skip to content

Instantly share code, notes, and snippets.

@tlongren
Last active April 12, 2019 16:05
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tlongren/10002349 to your computer and use it in GitHub Desktop.
Save tlongren/10002349 to your computer and use it in GitHub Desktop.
How To Send a Pull Request

##How To Send a Pull Request on GitHub

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment