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 config user settup

git config --global user.name "YourName"
git config --global user.email youremail@gmail.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 :: git commit username and email 
Shell :: remove nginx mac 
Shell :: winehq-stable : Depends: wine-stable (= 5.0.1~bionic) 
Shell :: vscode give music permissions 
Shell :: uninstall opera ubuntu 
Shell :: git reset origin 
Shell :: install php 7.4 chocolatey 
Shell :: react select install 
Shell :: how to install snap store in elementary os 
Shell :: commit no verify 
Shell :: rvm set default 
Shell :: centos install vim 
Shell :: clone submodules after clone 
Shell :: setting up yarn on my mac 
Shell :: find large files linux 
Shell :: uninstall lightdm 
Shell :: git ignore cache 
Shell :: git load all submodules 
Shell :: conda install selenium 
Shell :: ionic cli 
Shell :: check cpu temp linux 
Shell :: get the last exit code cmd 
Shell :: check selinux status 
Shell :: remove microsoft edge from ubuntu 
Shell :: how to check if oh my zsh is installed 
Shell :: bash silence output 
Shell :: install wheel 
Shell :: install ssh ubuntu 20.04 
Shell :: surge install 
Shell :: install yarn on ec2 instance 
ADD CONTENT
Topic
Content
Source link
Name
8+2 =