---- How to create a new branch git branch newbranch git checkout branchName ---- Add a new commit git add . git commit -m "Resolved #16 enter a message" git push