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 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 :: Habilitar la ejecución de scripts para Powershell 
Shell :: see apache version ubuntu 
Shell :: robo 3t download for ubuntu 18.04 
Shell :: update pnpm 
Shell :: npm ERR! cb() never called! 
Shell :: installing pip in ubuntu 
Shell :: install telnet linux ubuntu 
Shell :: install firefox ubuntu 
Shell :: find largest files in a directory unix 
Shell :: centos install lsb_release 
Shell :: git proxy 
Shell :: scikit-learn install 
Shell :: remove index.lock git 
Shell :: libgthread-2.0.so.0: cannot open shared object file: No such file or directory 
Shell :: un innstall dot net ubuntu 
Shell :: awk print first column 
Shell :: ubuntu install jre 
Shell :: restart mysql mac command line 
Shell :: remove iptables rule 
Shell :: upgrade storybook 
Shell :: how to remove git initialization 
Shell :: the remote end hung up unexpectedly fatal: 
Shell :: reboot into bios linux 
Shell :: npm vercel 
Shell :: node-pre-gyp install --fallback-to-build --library=static_library 
Shell :: valgrind install ubuntu 
Shell :: apt remove ppa 
Shell :: enable telnet using cmd 
Shell :: npx not found 
Shell :: how to install ruby on ubuntu 
ADD CONTENT
Topic
Content
Source link
Name
4+6 =