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 :: unable to start ssh-agent service, error :1058 
Shell :: how to install vagrant on linux 
Shell :: docker start all containers 
Shell :: check just name of running container 
Shell :: ubuntu 20.04 uninstall imagemagick 
Shell :: restart network linux 
Shell :: for i in range bash 
Shell :: find text in any file linux 
Shell :: ghostscript on ubuntu 
Shell :: locale setting linux 
Shell :: git cambiar pull https por ssh 
Shell :: last 2 git log entries 
Shell :: install atom ubuntu terminal 
Shell :: rrors were encountered while processing: /var/cache/apt/archives/libpython3.10-stdlib_3.10.4-1+focal2_amd64.deb 
Shell :: swapping of two numbers without using third variable in shell script 
Shell :: git revert pull from another branch 
Shell :: ionic capacitor ios live reload 
Shell :: git list tracked files 
Shell :: git log one line 
Shell :: make shell script executable 
Shell :: install jupyterlab on ubuntu 
Shell :: how to install http-server globally 
Shell :: how to update a local project from git 
Shell :: how to install angular cli in ubuntu 20.04 
Shell :: how to install minilibx in linux 
Shell :: install chromium terminal 
Shell :: time machine speed up 
Shell :: python3.8 install pip 
Shell :: change git remote 
Shell :: zsh: command not found: nslookup 
ADD CONTENT
Topic
Content
Source link
Name
5+1 =