Skip to content

Git Cheatsheet

Config

ActionCode
Set repository emailgit config user.email "email@example.com"
Set global emailgit config --global user.email "email@example.com"
Enable long pathsgit config --global core.longpaths true