Capstone-Delivery-to-Door-Robot

How to Git

Useful git commands:

 git status
 git add [file]
 git checkout [file]
 git commit -m '[commit msg]'

Useful links