Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

where is global config file for git

git config --global --edit 
# It will open git config file and you can make necessary changes
Comment

global configuration git

git config --global user.name "pseudo"
git config --global user.email "email@test.com"
git config --global user.password "password"
Comment

PREVIOUS NEXT
Code Example
Shell :: gem pg install error mac os 
Shell :: git get repo with composer 
Shell :: error: cannot run ssh: No such file or directory 
Shell :: create user kali linux 
Shell :: conda install notebook 
Shell :: git get local branches 
Shell :: pod install not working bad interpreter: No such file or directory 
Shell :: install openssl 1.0.2 
Shell :: install react-player react 
Shell :: linux file path 
Shell :: install openvino ubuntu 
Shell :: how to install sublime text arch linux 
Shell :: install pytorch for cuda 10.0 
Shell :: bash check for substring in string 
Shell :: apt install xfce 
Shell :: crontab only working days 
Shell :: ubuntu server add ssh key 
Shell :: git merge abort 
Shell :: .gitignore not working 
Shell :: zsh for loop 
Shell :: sudo tee trick 
Shell :: minikube start with docker driver 
Shell :: run shell script in dockerfile 
Shell :: flutter ci cd gitlab 
Shell :: angular add component 
Shell :: git change comment 
Shell :: git initialize repository 
Shell :: wine ubuntu 
Shell :: install google drive on ubuntu 
Shell :: ubuntu power settings high performance 
ADD CONTENT
Topic
Content
Source link
Name
1+4 =