Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

git set email and name for repo

# For setting inside project folder
git config user.name "Neeraj Singh"
git config user.email 'nnneerajjj@gmail.com'
Source by linuxize.com #
 
PREVIOUS NEXT
Tagged: #git #set #email #repo
ADD COMMENT
Topic
Name
8+7 =