Answers for "check git local config"

6

Check git config

git config --global --list
Posted by: Guest on November-23-2020
0

check git connfig

git config --global user.name "... ..."
git config --global user.email "...@..."
git config --global pull.rebase false
git config --global init.defaultBranch main

# to see if you are succeful
config --list
Posted by: Guest on February-28-2022

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language