Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

git config fodler level

$ git config --global user.name "John Doe"
Comment

git config fodler level

$ git config --system user.name "John Doe" 
Comment

git config fodler level

[includeIf "gitdir:~/company_a/"]
  path = .gitconfig-company_a
[includeIf "gitdir:~/company_b/"]
  path = .gitconfig-company_b
Comment

git config fodler level

[user]
name = John Smith
email = john.smith@companya.net
Comment

git config fodler level

[user]
name = John Smith
email = js@companyb.com
Comment

PREVIOUS NEXT
Code Example
Shell :: see processes from other terminals 
Shell :: fslmaths edge outline 
Shell :: shell redirect otpt to multiple files 
Shell :: return wm_class 
Shell :: conda install passlib "windows" 
Shell :: tableview javafx mysql repeats data 
Shell :: brew sh 
Shell :: how to use find and -regex flag together 
Shell :: run a pomdp file to get policy file 
Shell :: Crear repo para git hub 
Shell :: mawk print file contents 
Shell :: get everything before the last / shell 
Shell :: vagrant tutorial ubuntu 18.04 and proxmox 
Shell :: disable dashboardmac 
Shell :: vault seal check 
Shell :: publish repositry 
Shell :: terminal ubuntu shortcut to full screen 
Shell :: yes/no dialog shell 
Shell :: django flush sessions on server startup 
Shell :: pick yarn version 
Shell :: lstinputlisting excluse lines 
Shell :: wireshark export list of ip addresses 
Shell :: wget -v usage 
Shell :: directory listing 
Shell :: ls print gigabyte 
Shell :: print star 
Shell :: Disable the built-in Redis and Fill in the connection details 
Shell :: github link to commit in another repository 
Shell :: npm start prevent browser 
Shell :: kubernetes pending loadballancer 
ADD CONTENT
Topic
Content
Source link
Name
4+1 =