Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 163 Bytes

File metadata and controls

8 lines (7 loc) · 163 Bytes

---- 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