git clone : used to make a copy of a remote repo to a local repo git status : check the status of a git repo (file tracking, staging, commit)-modifiations git checkout: takes us to a different HEAD (branch) git add : adds files to staging git commit -m "" : creates a snapshot of a work in time (records a history) git push remote local : updates the remote repo from the local branch
FilmonFeMe/phase-0-gps-1
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|