sigma / magit-gh-pulls

Magit plugin for dealing with GitHub pull requests
254 stars 48 forks source link

How to update the auth user/token #112

Open am opened 6 years ago

am commented 6 years ago

I've entered a user/token that I want to delete. How can I reset the auth configuration? Where is this information stored?

fiveNinePlusR commented 6 years ago

you can setup it with

git config --global github.oauthtoken <the token>
git config --global github.user <the username> 

and then restart.