A set of shell scripts that make Git experience slightly better.
Make sure you have cURL and jq installed.
git clone https://github.com/zaiste/wit.git ~/.wit
export PATH=$HOME/.wit:$PATH # add it to your profile
Authenticate on GitHub
git auth
Show information about authenticated user
git me
Issue a pull request
git req [pull request title]
Configuration is stored in ~/.wit/auth_token
.