Skydio / revup

Effortlessly create and manage pull requests without changing branches. Powers a stacked diffs workflow with python and git "plumbing" commands.
https://github.com/Skydio/revup
MIT License
310 stars 59 forks source link

Read github credentials from git credential helper #131

Closed anguslees closed 8 months ago

anguslees commented 9 months ago

If no github_oauth is defined, try to read it from git credential fill.

Tested with git-credential-manager.

Note: we don't provide success/fail feedback currently, so expired tokens won't be invalidated by us.

Fixes: #129