Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

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

PREVIOUS NEXT
Code Example
Shell :: optimize mp4 ffmpeg 
Shell :: how to install visual studio code in ubuntu 
Shell :: awk get last field 
Shell :: how to rename folder in cmd 
Shell :: git stash pop index 
Shell :: scp all files in directory 
Shell :: bash rename files based on date modified 
Shell :: run specific migration file django 
Shell :: git discard changes to one file 
Shell :: bash redirect output to null 
Shell :: present working directory in shell script 
Shell :: count number of files in directory linux 
Shell :: du linux several directories 
Shell :: how to check jenkins version in ubuntu 
Shell :: copy all files except one linux 
Shell :: how to restart raspberrypi via ssh 
Shell :: hwo to add custom commands in bash 
Shell :: bash redirect all output 
Shell :: how to remove a directory in git 
Shell :: onedrive ubuntu 20.04 
Shell :: update git config username and email 
Shell :: how to stop cron job 
Shell :: libnss3.so: cannot open shared object file: No such file or directory 
Shell :: vs code terminal open file in separate window 
Shell :: linux adb 
Shell :: how to cd into local machine using ubuntu subsystem 
Shell :: restart wsl 
Shell :: git find out commit for tag 
Shell :: node-sass run 
Shell :: install kind 
ADD CONTENT
Topic
Content
Source link
Name
1+1 =