Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

Git Store Username and Password

$ git config --global github.user defunkt
$ git config --global github.token 6ef8395fecf207165f1a82178ae1b984

Applications and scripts can easily access this information:
$ git config --global github.user
defunkt
Source by github.blog #
 
PREVIOUS NEXT
Tagged: #Git #Store #Username #Password
ADD COMMENT
Topic
Name
8+7 =