GitHub Things - RostarSynergistics/ShinyExpenseTracker GitHub Wiki
Making Pull Requests
-
Make your commits on your own separate branch
$ checkout -b "my new branch" (make edits) $ git commit (repeat) -
Push to the branch on GitHub
$ git push -u` -
Submit a pull request
-
Wait for peer review
-
When someone else has merged your branch, they should delete it.