Thought would add a few examples;
git config
Sets configuration values for your user name, email, gpg key, preferred diff algorithm, file formats
git init
Initializes a git repository – creates the initial ‘.git’ directory in a new or in an existing project.
git clone
Makes a Git repository...