Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

set github username and mail

# Global configuration
git config --global user.name "FIRST_NAME LAST_NAME"
git config --global user.email "MY_NAME@example.comgit config user.name "FIRST_NAME LAST_NAME"

# Repository specific
git config user.email "MY_NAME@example.com"
git config user.name "FIRST_NAME LAST_NAME"

# Check your configuration
cat .git/config"

Source by support.atlassian.com #
 
PREVIOUS NEXT
Tagged: #set #github #username #mail
ADD COMMENT
Topic
Name
9+2 =