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

git config global username and email

// -> Goto .git
// -> Then edit config 

[user]
	name = xyzzz
	email = abhishek@gmail.com

Comment

PREVIOUS NEXT
Code Example
Shell :: how to install pyqt5 dev tools 
Shell :: command not found: gradlew.bat 
Shell :: get logstash version 
Shell :: linux ls directories only 
Shell :: how to extract key and cert from pfx 
Shell :: zipalign: command not found mac 
Shell :: How To Uninstall JDK From Linux 
Shell :: apt show package url 
Shell :: unzip a .gz file in linux 
Shell :: command to check recent commit 
Shell :: how to I display powershell function code 
Shell :: how to check the version of vue-router you are using with yarn 
Shell :: ubuntu install discord 
Shell :: bash how to find folder 
Shell :: batch delete folder 
Shell :: zsh profile 
Shell :: systemd version check 
Shell :: linux check user group list 
Shell :: All matches were filtered out by modular filtering for argument 
Shell :: android sha1 generate 
Shell :: bash return position of matching string 
Shell :: ffmpeg take screenshot 
Shell :: forever run python script 
Shell :: powershell progress bar 
Shell :: remove git tag 
Shell :: ubuntu desktop file folder 
Shell :: kumaran km github 
Shell :: how to remove a file inside jar file in linux 
Shell :: recursively remove files with extension linux 
Shell :: Default gateway -linux 
ADD CONTENT
Topic
Content
Source link
Name
3+5 =