Since we know the project and have API keys, it may be neat to support something like: git req --list to view all current MRs. It'd be even nicer if this presented an interactive menu so users could select a branch to check out without having to retype a command.
Challenges:
git-req hasn't had to use the GitHub API yet. This will be the first case. May require a wiki page on how to generate an API key with the appropriate permission.
Since we know the project and have API keys, it may be neat to support something like:
git req --list
to view all current MRs. It'd be even nicer if this presented an interactive menu so users could select a branch to check out without having to retype a command.Challenges: