Answers for "git config for a directory"

100

git config location

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

git config path

Git config path: C:\Users\USER_NAME\AppData\Local\Programs\Git\etc
Posted by: Guest on January-21-2022

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language