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 :: install pgadmin 
Shell :: docker ps not showing containers 
Shell :: terminal go back one directory mac 
Shell :: mysqldump cli 
Shell :: composer add package 
Shell :: ruby install on fedora 
Shell :: powershell trim trailing spaces 
Shell :: restart ubuntu terminal command 
Shell :: gitlab docker installation 
Shell :: ssh-keygen ed25519 
Shell :: git put commit on different branch 
Shell :: ssh current directory 
Shell :: shell xargs 
Shell :: set up ssh for github 
Shell :: remove directory linux 
Shell :: install mongodb debian 10 
Shell :: bash: /usr/local/bin/firebase: Permission denied 
Shell :: git list untracked files 
Shell :: bootar pendrive linux 
Shell :: How to install cookies react 
Shell :: wsl 2 installation 
Shell :: git assume undo unchanged 
Shell :: enviroment variables in firebase 
Shell :: how to encrypt and decrypt a text file using openssl rsa public and private keys 
Shell :: assign permission to files and folder ubuntu separate 
Shell :: github clone with access token 
Shell :: Err:9 http://ppa.launchpad.net/plushuang-tw/uget-stable/ubuntu focal Release 404 Not Found [IP: 91.189.95.85 80] 
Shell :: git lfs all files in folder 
Shell :: see file from previous commit git 
Shell :: how to ssh to another computer 
ADD CONTENT
Topic
Content
Source link
Name
4+4 =