Slide 5
Slide 5 text
Important commands
git status -see what changes are in
git add - add file to index
git commit - create a commit from the index
git pull - get commits from a remote repository
git push - send commits to a remote repository
git clone - Pull a remote repository into a new repository
Friday, March 16, 12