Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 264 Bytes

File metadata and controls

21 lines (11 loc) · 264 Bytes

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