Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

Git command to Change Your Committer Name & Email Globally

$ git config --global user.name "Soft hunt"
$ git config --global user.email "softhunt@softhunt.net"
Comment

Git command to Change Your Committer Name & Email per repository

$ git config  user.name "Soft hunt"
$ git config user.email "softhunt@softhunt.net"
Comment

PREVIOUS NEXT
Code Example
Shell :: babel json loader 
Shell :: download chrome on ubuntu 20.04 unsupported file 
Shell :: see cpu usage terminal linux 
Shell :: install react Spinner 
Shell :: how to get out from vim editor 
Shell :: gitignore generator201 
Shell :: how to remove a file from git but keep local and ignore file 
Shell :: vite js 
Shell :: uninstall composer 
Shell :: zshrc 
Shell :: how to install telegram send 
Shell :: how to use git in terminal 
Shell :: using locate search for the file 
Shell :: xampp ubuntu 20.04 
Shell :: push amended commit 
Shell :: powershell open folder 
Shell :: enter a stopped docker container 
Shell :: ubuntu path in windows 10 
Shell :: install wp cli wp org 
Shell :: terminal command to sleep 
Shell :: git asking for passphrase after restart 
Shell :: Files by size 
Shell :: django oauth toolkit 
Shell :: how to install spotify in ubuntu 
Shell :: terminal public ip 
Shell :: delete branch gitlab 
Shell :: bash "=~" example 
Shell :: installing sonarqube on ubuntu 
Shell :: reset git file 
Shell :: node version manager 
ADD CONTENT
Topic
Content
Source link
Name
1+2 =