Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

add git user and email

git config --global user.email "my.adresse@hotmail.com"
git config --global user.name "My Name"
Comment

git add email

git config --global user.name "username" 

git config --global user.email "email address"
Comment

how to give git your email address

git config --global user.email user@domain.com
Comment

PREVIOUS NEXT
Code Example
Shell :: find all files with 777 permissions 
Shell :: update submodule git 
Shell :: linux bash script to clean up log files 
Shell :: force pull git 
Shell :: create new branch without losing changes 
Shell :: install kind 
Shell :: ffmpeg cut video without re encoding 
Shell :: shell script while loop example 
Shell :: bash loop array 
Shell :: wireshark para ubuntu 
Shell :: bash initialize array 
Shell :: linux how to undeo ctrl+z 
Shell :: intsall ifconfig mac os 
Shell :: get current user debian 
Shell :: uninstall multipass 
Shell :: bash get value after equal sign 
Shell :: scp folder 
Shell :: ubuntu output to file and terminal 
Shell :: image converter linux 
Shell :: how to run .run file in linux 
Shell :: run shell script in dockerfile 
Shell :: get files changed in branch 
Shell :: check and verify git version 
Shell :: remove a directory 
Shell :: rancher 2 on ubuntu 20.04 
Shell :: ng command not found 
Shell :: check lines of code in a folder 
Shell :: how to install packages from github in flutter 
Shell :: git remote add upstream 
Shell :: delete logs older than 7 days linux 
ADD CONTENT
Topic
Content
Source link
Name
4+1 =