Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

git config username

$ git config --global user.name "John Doe"
$ git config --global user.email johndoe@example.com
Comment

git config user settup

git config --global user.name "YourName"
git config --global user.email youremail@gmail.com
Comment

git user config

$ git config --local user.name "John Doe"
$ git config --local user.email johndoe@example.com
Comment

git Config User with Cli

$ git config --global user.name ”yourgitusername”
$ git config --global user.email ”youremail@gmail.com"
Comment

PREVIOUS NEXT
Code Example
Shell :: linux umount command 
Shell :: edit file as root ubuntu 
Shell :: wget save file with different name 
Shell :: loop over file bash 
Shell :: bash show contents of file 
Shell :: error: unknown command "neat" for "kubectl" 
Shell :: git ignore folder except one file 
Shell :: mount cifs ubuntu 
Shell :: flush dns 
Shell :: change user linuxcommand ch 
Shell :: how to run debian on docker 
Shell :: how to download a text file with curl 
Shell :: How to change DNS on Kali 
Shell :: bash delete folder 
Shell :: for loop in bash for files 
Shell :: pip upgrade all 
Shell :: print colored text bash 
Shell :: remove git repository 
Shell :: how to install wireshark 
Shell :: pip install geoip2 
Shell :: remove folder ubuntu 
Shell :: linux mv all folder to previous folder 
Shell :: push a new branch git 
Shell :: git force push to remote 
Shell :: homebrew not in path on ubuntu 
Shell :: check files that was changed in a particular git commit 
Shell :: install brew 
Shell :: powershell get-childitem 
Shell :: bash size file 
Shell :: applescript open new terminal tab 
ADD CONTENT
Topic
Content
Source link
Name
1+1 =