Horje
check git settings terminal Code Example
check git settings terminal
-- set the default branch to main
 git config --global init.defaultBranch main
 
-- check the git settings on terminal
$ git config --list
user.name=John Doe
user.email=johndoe@example.com
color.status=auto
color.branch=auto
color.interactive=auto
color.diff=auto




Shell

Related
uninstall teams on ubuntu Code Example uninstall teams on ubuntu Code Example
curl check response headers Code Example curl check response headers Code Example
linux chmod permissions Code Example linux chmod permissions Code Example
ubuntu install safari browser terminal Code Example ubuntu install safari browser terminal Code Example
complite nodejs remove ubuntu Code Example complite nodejs remove ubuntu Code Example

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