Git command cheat sheet
Git basic git init Create empty Git repo in specified directory. Run with no arguments to initialize the current directory as a git repository git clone Clone repo located at onto local machine. Original repo can be located on the local filesystem or on a remote machine via HTTP or SSH. git config user.name Define …