Here is a cheat sheet for some commonly used Git commands: Setup git config --global user.name "Your Name": Set your name to be used as the commit author git config --global user.email "your@email.com": Set your email to be used as the commit autho...