ayudante
v1.0.0
Published
Easy reviews for the productive developer
Downloads
3
Maintainers
Readme
ayudante
making you a more productive developer since 2016...
ayudante makes your reviews easier. To use it, just run
$ ayudante $repository
Example for the repository node
:
$ ayudante ~/node
After you run git fetch
you can checkout PRs for easy reviews:
$ git fetch
# checkout PR number 42: https://github.com/nodejs/node/pull/42
$ git co pr/42
Inspired by https://gist.github.com/piscisaureus/3342247 by Bert Belder / @piscisaureus