Check out merge requests from your GitLab/GitHub hosted repos with ease!
jrdev: Hey @aru, can you verify the issue you reported is fixed by mr 17?
aru: Oh? OK.
aru switches to a browser, navigates to his org's GitLab instance, finds the
project, clicks to the merge requests view, finds the MR, reads the branch name
(hotfix/jrdevs_new_branch
), switches back to the terminal, inputs git
checkout hotfix/jrdevs_new_branch
(no typos!), and starts reviewing.
That sucks. Too much context switching, too many clicks. You know what's easier?
shell
$ git req 17
Switched to branch 'hotfix/jrdevs_new_branch'
That's exactly what git-req
does.
Simply place the git-req
executable somewhere in your $PATH
. The first time
you run git req <#>
it will prompt you for API credentials; use a Personal
Access Token (see Profile Settings > Personal Access Token in GitLab or
GitHub).
I plan on introducting a better command line API in the future to manage the assorted configuration settings. Currently they can only be managed by editing these two ini-formatted files.
This contains global settings. At the moment, it only domain API keys are stored here. Edit this if you have to use a new key or remove a bad one.
Internal GitHub/GitLab project IDs are cached here under the [req]
block.
If you change your upstream remote, you may have to edit this property.
Contributions are welcome! I'm especially looking for:
The last non-binary version of this was v1.0.0. If you don't wish to run (or compile) the Rust executable, feel free to use it.