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
309 stars 59 forks source link

"revup auth" command #172

Open jerry-skydio opened 5 months ago

jerry-skydio commented 5 months ago

It's not great that we recommend people download gh to run "gh auth login". it's open source anyway so I'm pretty sure we can clone exactly what they do (except the project is in golang :() https://github.com/cli/cli/blob/b54f7a3bde50df3c31fdd68b638a0c0378a0ad58/pkg/cmd/auth/login/login.go

anguslees commented 5 months ago

Fwiw, I think this auth login is gone with https://github.com/Skydio/revup/pull/131

jerry-skydio commented 5 months ago

i'm not sure what you meant by that, can you explain more?

Geethree commented 4 months ago

To be fair go would probably be easier ;P

anguslees commented 4 months ago

i'm not sure what you meant by that, can you explain more?

We don't need gh auth login, with that PR.

(That PR switches to use git credential helpers, which may be gh or (better) git-credential-manager or several other local choices)