Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

git cli login

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 :: address already in use 0.0.0.0:8080 
Shell :: Could not install packages due to an EnvironmentError: [WinError 32] The process cannot access the file because it is being used by another process 
Shell :: homebrew install in ubuntu 
Shell :: check how much memory linux 
Shell :: kill process linux using port 
Shell :: spec false not working 
Shell :: How to clone code from your github repository using token authentication 
Shell :: how install lxd on lxd ubuntu 18.04 
Shell :: upgrading composer globally on windows 
Shell :: how to install rust wsl zsh 
Shell :: plasma 
Shell :: move hidden files linux 
Shell :: changing mac address linux 
Shell :: How to generate RSA private key and public key with openssl 
Shell :: mac kill port 8000 
Shell :: wget typo3 9 
Shell :: service account credentials gcp token 
Shell :: powershell join array 
Shell :: how to check if postgres is installed 
Shell :: bash view the contents of a sqfs file 
Shell :: bash print hostname 
Shell :: find bashrc 
Shell :: loss of driver letter windows 10 
Shell :: add docker to group 
Shell :: how to download playonlinux 
Shell :: vs code permission ubuntu 
Shell :: mac of hide "upgrade now" 
Shell :: setup githubcopilot remote 
Shell :: how to generate master.key rails 
Shell :: check directory size linux 
ADD CONTENT
Topic
Content
Source link
Name
8+3 =