Answers for "git config file in windows"

86

git config

$ git config --global user.name "John Doe"
$ git config --global user.email [email protected]
Posted by: Guest on February-08-2020
0

git lg config

#SM
#Copy and paste the following command into your terminal

git config --global alias.lg "log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit"
Posted by: Guest on February-16-2022

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language