Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

git cli switch user

NAME=userName
EMAIL=email

git config --global user.name $NAME &&
git config --global user.email $EMAIL &&
git config credential.username $NAME &&
git config credential.email $EMAIL

git config --global --list
Comment

PREVIOUS NEXT
Code Example
Shell :: npm inatall latest version ubuntu 
Shell :: ubuntu 20 stop apache 
Shell :: linux copy output to clipboard 
Shell :: check ram memory usage linux 
Shell :: kill port in kali linux 
Shell :: ng g c --skipTests true 
Shell :: how to unlock minimize button on gnome 
Shell :: Show a Wi-Fi password with Terminal 
Shell :: how to stop docker service windows 
Shell :: install arronax 
Shell :: docker no space left on device 
Shell :: get user password linux 
Shell :: linux check path variable 
Shell :: how to get the size of a file in linux 
Shell :: install pecl on mac 
Shell :: git stash drop item by number 
Shell :: yarn archlinux 
Shell :: install python for latex or pylatex 
Shell :: upgrade notebook 
Shell :: command powershell show wifi password 
Shell :: linux print hostname 
Shell :: adding path in mac 
Shell :: ubuntu show computer performance from terminal 
Shell :: remote: Invalid username or password. github mac 
Shell :: unzip all to dir linux 
Shell :: fetch a particular branch git 
Shell :: npx cap sync Unable to find node_modules/@angular-eslint/builder 
Shell :: Create and mount the FAT & ext4 filesystems 
Shell :: prisma migrate 
Shell :: how to stop apache2 service in kali linux 
ADD CONTENT
Topic
Content
Source link
Name
6+6 =