Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

setup user in git

git config --global user.name "Your Name Here"
git config --global user.email your@email.com
Comment

git setup local user

git config user.name "Your Name Here"
git config user.email your@email.com

Or Global
git config --global user.name "Your Name Here"
git config --global user.email your@email.com
Comment

how to set up git user

$ git config --global user.name
> Mona Lisa
Comment

PREVIOUS NEXT
Code Example
Shell :: restart tomcat 
Shell :: how to install openssl on windows 10 
Shell :: palindrome in shell script 
Shell :: update manjaro system 
Shell :: php /usr/local/bin/composer to composer 
Shell :: install babel loader 
Shell :: zsh: no matches found: autoprefixer@^9 
Shell :: generating ssh key 
Shell :: create react app with npm not yarn 
Shell :: install free dbeaver ubuntu 16.04 
Shell :: batch copy silent 
Shell :: install virtual environment ubuntu 
Shell :: fatal: could not lookup name for submodule 
Shell :: debian netstat command not found 
Shell :: uninstall tensorflow colab 
Shell :: how to push code to github forcefully 
Shell :: restart nginx in mac 
Shell :: how to create a bash script 
Shell :: terminal zip 
Shell :: how to install .deb file on termux 
Shell :: raspberry add-apt-repository command not found 
Shell :: extract a tar.xz file linux 
Shell :: gitk install 
Shell :: connect to hidden network linux 
Shell :: how to change timezone in linux 
Shell :: ubuntu apache2 command 
Shell :: where to find .bashrc on mac 
Shell :: linux find multiple filenames 
Shell :: linux how to give permission to folder forever 
Shell :: cannot find module time stamp 
ADD CONTENT
Topic
Content
Source link
Name
7+5 =