Steps for starting a new development task git checkout master git pull git checkout new-branch-#123 Make your changes git add . git commit -m "commit mesage" git push Open a pull request Find the branch on GitHub Click the new pull request button Fill out the pull request form Select a reviewer