1/6
Name | Mastery | Learn | Test | Matching | Spaced |
---|
No study sessions yet.
- $ git init
Initialize Local Git Repository
- $ git add <file>
Add File(s) To Index or staging area
- $ git status
Check status of working tree
- $ git commit
Commit changes in index
- $ git push
Push to remote repository
$ git pull
Pull latest from remote repository
- $ git clone
Clone repository into a new directory