Here's a little something that allows github to use GITHUB_USER and GITHUB_TOKEN environment variables as alternatives to the git config keys github.user and github.token. I wrote this up when I realized I might in some cases want to version control my ~/.gitconfig. Hope you find it useful.
Hiya,
Here's a little something that allows github to use GITHUB_USER and GITHUB_TOKEN environment variables as alternatives to the git config keys github.user and github.token. I wrote this up when I realized I might in some cases want to version control my ~/.gitconfig. Hope you find it useful.