Horje
Check git config Code Example
git list config
git config --list
# or
git config --global --list
Check git config
git config --global --list
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




Shell

Related
check application using port linux Code Example check application using port linux Code Example
How to check if port is in use in Code Example How to check if port is in use in Code Example
command not found: create-next-app Code Example command not found: create-next-app Code Example
install helm on wsl Code Example install helm on wsl Code Example
git config list Code Example git config list Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
11