Answers for "git configuration file path"

86

git config location

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

where is global config file for git

git config --global --edit 
# It will open git config file and you can make necessary changes
Posted by: Guest on May-28-2021

Code answers related to "git configuration file path"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language