1.0.0 • Published 8 years ago

ayudante v1.0.0

Weekly downloads
3
License
ISC
Repository
github
Last release
8 years ago

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