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 :: decompress file gz in linux 
Shell :: pm2 ressurect 
Shell :: psycopg2 error pip install error 
Shell :: check ram on linux 
Shell :: dash bootstrap install 
Shell :: how to set core.autocrlf in git 
Shell :: install chrome beta on linux mint 
Shell :: shell: search a substring in another string 
Shell :: touch command not working in vs code 
Shell :: linux get url after redirections 
Shell :: install flask on ubuntu 
Shell :: Error: ENOSPC: System limit for number of file watchers reached, 
Shell :: github wiki link to another page 
Shell :: install mongo db ubuntu 
Shell :: pause powershell script until keypress 
Shell :: waybar emoji not wrok 
Shell :: install chance in cypress 
Shell :: pacman remove package and dependencies 
Shell :: clear mac dns cache 
Shell :: awk print lines when match is found with specific field 
Shell :: uninstall service cmd 
Shell :: sed recursive replace 
Shell :: my partition disappeared windows 10 
Shell :: exit git log 
Shell :: how to uninstall atom in ubuntu 
Shell :: nx run storybook 
Shell :: how to install webhint globally 
Shell :: docker compose No protocol specified could not connect to display :1 
Shell :: git host key verification failed 
Shell :: postcss plugin tailwindcss requires postcss 8. migration guide for end-users 
ADD CONTENT
Topic
Content
Source link
Name
2+3 =