Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 478 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 478 Bytes

phase-0-gps-1

GPS 1.1 Repository

touch - creates a new file in current directory git push - pushes local commits to a given remote git add - adds a file to the local git repository git commit - saves changes to a particular version of the local file git clone - creates a local repository from a remote repository git checkout - switch to another branch git branch - check current branches and active branch git checkout -b - create new branch and switch to it.