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

PREVIOUS NEXT
Code Example
Shell :: how to see deleted commit git 
Shell :: install android studio on linux mint 
Shell :: how install pyqt5 designer 
Shell :: how to install nautilus 
Shell :: ethers install 
Shell :: how to undo makemigrations django 
Shell :: random in mac terminal 
Shell :: how to install figma for linux 
Shell :: install git on wsl2 ubuntu 
Shell :: anbox manjaro 
Shell :: create new partion linux 
Shell :: bash script count directories in directory 
Shell :: git clone submodule 
Shell :: git store username and password 
Shell :: bash iterate over list of files 
Shell :: execute as another user linux 
Shell :: samtools sam to fastq 
Shell :: upload github 
Shell :: run cron once a week 
Shell :: how to pull branch from github 
Shell :: install miniconda on mac 
Shell :: copy all files in folder with powershell 
Shell :: @react-navigation/bottom-tabs install 
Shell :: add submodule 
Shell :: print first lines of file linux 
Shell :: maven skip test 
Shell :: bash command to open new terminal 
Shell :: github drupalcomposer project 
Shell :: azure ad powershell module install 
Shell :: dbeaver install 
ADD CONTENT
Topic
Content
Source link
Name
6+3 =