Git Basic CheatSheet
#GIT BASIC CHEATSHEET
Git Config
set user name in commit history
git config --global user.name "{name}"
set user email in commit history
git config --globaluser.email "{email address}"
enable colorization of the command line output
git config --blo...
amitkumar2344.hashnode.dev2 min read