Skip to content

Latest commit

 

History

History
executable file
·
27 lines (18 loc) · 556 Bytes

README.md

File metadata and controls

executable file
·
27 lines (18 loc) · 556 Bytes

Robot setup for Talkei

Git-Hub setup

git config --global user.name "Tadeu Banzato" git config --global user.email "tadeubanzato@gmail.com" git config --global core.editor nano

Download repository command: sudo git clone https://github.com/tadeubanzato/talkei.git

Download changes from repository command: sudo git pull origin master

Upload changes to repository command: git push origin master

Commit Changes sudo git commit -am "Changes"

git push origin master

Other Commands nohup python myscript.py & sudo rm -rf diName/* ls -a