Shell/Bash: check git config Example
Shell/Bash Example: This is the "check git config" Example. compiled from many sources on the internet by SimpleTutorials.org
git list config
git config --list # or git config --global --list
check git config
git config --list
git config
$ git config --list --show-origin
git config
Open the command line. Set your username: git config --global user.name "FIRST_NAME LAST_NAME" Set your email address: git config --global user.email "[email protected]"
* Summary: This "check git config" Shell/Bash Example is compiled from the internet. If you have any questions, please leave a comment. Thank you!