Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

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
Comment

PREVIOUS NEXT
Code Example
Shell :: git how to make shallow clone with all branches 
Shell :: bash open program 
Shell :: how to update metasploit 
Shell :: bash temp file 
Shell :: redis delete keys that match pattern 
Shell :: how to completely remove haproxy from ubuntu 
Shell :: open chrome without web security mac 
Shell :: clean remove npm with cache 
Shell :: make mp4 smaller using ffmpeg 
Shell :: push heroku 
Shell :: delete github credentials in windows 
Shell :: install node js redhat 8 
Shell :: install bootstrap 4 npm 
Shell :: exit vim 
Shell :: install docker centos 8 
Shell :: odoo12 installation in ubuntu 16.04 
Shell :: unix count files in directory with specific name 
Shell :: Terminal commands to push a file to Github 
Shell :: how to change directory if folder name have space 
Shell :: poython opencv pip 
Shell :: untar gz file ubuntu 
Shell :: kubectl get logs of deployment 
Shell :: git username password config 
Shell :: linux move folder and subfolders to parent 
Shell :: error failed to commit transaction (failed to retrieve some files) 
Shell :: get vscode extensions with ps1 
Shell :: como configurar git e github 
Shell :: how to reverse a git pull 
Shell :: how to end localhost 
Shell :: how to install emotion in gatsby 
ADD CONTENT
Topic
Content
Source link
Name
5+2 =