Comandos Basicos de Github

git clone: clone repositorie from git to machine using url
git status: review local folder for changes
git commit:
git add: (-m "message of changes")
git pull
git push

Comments