# Switch branches, not context...
$ git req 13
Switched to branch 'bug/PROJ-142-Paint_bikeshed'
Don't waste time doing this:
Instead, run git req REQUEST_NUMBER
to check out the corresponding branch.
brew tap arusahni/git-req
brew install git-req
yay -Sy git-req
*.deb
file from the release page.dpkg -i /path/to/file.deb
git-req
executable somewhere in your $PATH
.
/usr/local/bin/
/usr/local/bin/
. This may not exist, so it'll need to be created with mkdir -p /usr/local/bin
.git req REQUEST_NUMBER
, it will prompt you for your API credentials if necessary.In addition to checking out requests by ID, git-req
also supports:
git req --list
git req -u
git req -
git req --completions
If you have questions, ask on GitHub, or on Twitter. Please file issues on the GitHub project.