GitHub Things - RostarSynergistics/ShinyExpenseTracker GitHub Wiki

Making Pull Requests

  1. Make your commits on your own separate branch

     $ checkout -b "my new branch"
     (make edits)
     $ git commit 
     (repeat)
    
  2. Push to the branch on GitHub

     $ git push -u`
    
  3. Submit a pull request

  4. Wait for peer review

  5. When someone else has merged your branch, they should delete it.