Answers for "how to get config file git in windows"

2

what is my git config

git config --list
Posted by: Guest on March-19-2020
2

git config global file in windows

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 "Shell/Bash"

Browse Popular Code Answers by Language