Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

git config global username and email

// -> Goto .git
// -> Then edit config 

[user]
	name = xyzzz
	email = abhishek@gmail.com

Source by support.atlassian.com #
 
PREVIOUS NEXT
Tagged: #git #config #global #username #email
ADD COMMENT
Topic
Name
4+4 =