Skip to content

Latest commit

 

History

History
9 lines (9 loc) · 443 Bytes

File metadata and controls

9 lines (9 loc) · 443 Bytes

P2_Project_Robocup

Adaptive robotics minor fontys. Group 2 project robocup

Make sure you always commit to your own developer branch(never commit to master!)
how to commit:
1:git pull (this syncs all the changes commited to git by others with you local files)
2:git add . (git add <directory/files you want to commit>, dot is wildcard for all changes)
3:git commit -m ""
4:git push