$ 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
git config --global credential.helper store
git pull