Sample python learning code Git Steps Pull from git $git init . $git remote add origin $git pull origin master Push to git $git clone $cd $git status $git add . $git commit -m "message" $git push