# 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-reqbrew install git-reqyay -Sy git-req*.deb file from the release page.dpkg -i /path/to/file.debgit-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 --listgit req -ugit req -git req --completionsIf you have questions, ask on GitHub, or on Twitter. Please file issues on the GitHub project.