Git Cheat Sheet

Installation/Configuration System Level configuration: Edit /etc/gitconfig, or git config –system User Level configuration: Edit ~/.gitconfig, or git config –global Project Level configuration: Edit Project_Path/.git/config, or…