GITHUB STUFF - MediffRobotics/DeepRobotics GitHub Wiki

Clone:
git clone https://...

Go to directory:

cd DeepRobottics/

Copy a directory to DeepRobotics and add new version:

git add -A

Commit to add the code to github:

git commit -m 'add rpi'

Add a new usr:
git config --global user.email "[email protected]"
git config --global user.name "jacktangtang"

Start to upload:

git push origin master

Download:

git pull

Solving submodule: Go to the submodule dirctory.

sudo rm -r .git

git rm --cached submodule-name
git commit -m "Remove submodule entry"
git push