Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

how to set up git for github

$ git config --global user.name "Your name here"
$ git config --global user.email "your_email@example.com"
Source by kbroman.org #
 
PREVIOUS NEXT
Tagged: #set #git #github
ADD COMMENT
Topic
Name
9+6 =