Git Tutorial git clone Makes local copy of remote repository git add Stages files for commit git status Shows state of stage and working directory git commit Commits changes from stage git push Pushes current branch to remote repository