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