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.