Git Setup Setting git user name $ git config --global user.name "<user name>" Setting git user email $ git config --global user.email "<user email>" Initialising git $ git init