Skip to content

Instantly share code, notes, and snippets.

@morganmcg1
Created May 23, 2020 17:18
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 morganmcg1/b3f1eb4ff689b2375bee6a438a4b90bb to your computer and use it in GitHub Desktop.
Save morganmcg1/b3f1eb4ff689b2375bee6a438a4b90bb to your computer and use it in GitHub Desktop.
Updating a PR

Note to self to update a PR:

1. git checkout <branch-of-fork>
2. git add <filename>
3. git commit -m "updated the feature"

4. git push origin <branch-of-fork>
OR 
4. git push fork <branch-of-fork>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment