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 :: install mysql in debian 
Shell :: qemu convert qcow2 to vmdk 
Shell :: enable docker api 
Shell :: java to jar 
Shell :: conda install cython 
Shell :: run latex from command line 
Shell :: change email in git 
Shell :: mac zip with password 
Shell :: alias bash laravel 
Shell :: bash single vs double quotes 
Shell :: git file too long 
Shell :: TypeError [ERR_INVALID_ARG_TYPE]: The "from" argument must be of type string. Received undefined at validateString (internal/validators.js:120:11) 
Shell :: kubernetes while true sleep 
Shell :: tmux detach 
Shell :: how to install cuda on ubuntu 
Shell :: pdf to jpg terminal 
Shell :: linux command to go to the parent directory 
Shell :: repository commands 
Shell :: brew command not found 
Shell :: how to read from keyboard in bash and store in a variable 
Shell :: how to remove remote heroku 
Shell :: how to add key pair to ec2 instance terraform 
Shell :: add credentials git linux 
Shell :: add laravel installer to path 
Shell :: replace delimiter for new line 
Shell :: iis restart cfrom command promt windows 
Shell :: ssh timeout 
Shell :: mysql_upgrade xampp 
Shell :: how to globally uninstall npm package 
Shell :: powershell export-excel 
ADD CONTENT
Topic
Content
Source link
Name
5+6 =