Re: Checkout Github PRs locally

2017-01-10 Thread Jared Stewart
Here is a snippet you that can add to your .gitconfig to make checking out PRs even easier, in case anyone else is interested: https://gist.github.com/gnarf/5406589 > On Dec 9, 2016, at 3:04 PM, Anthony Baker wrote: > > Yep, see https://cwiki.apache.org

Re: Checkout Github PRs locally

2016-12-09 Thread Anthony Baker
Yep, see https://cwiki.apache.org/confluence/display/GEODE/Code+contributions Anthony > On Dec 9, 2016, at 2:11 PM, Jared Stewart wrote: > > You all might know this already, but I thought I would share a trick I just > learned to make reviewing pull requests earlier. > > First you need to h

Checkout Github PRs locally

2016-12-09 Thread Jared Stewart
You all might know this already, but I thought I would share a trick I just learned to make reviewing pull requests earlier. First you need to have the Geode GitHub repo added as a remote (if you don’t already): git remote add github https://github.com/apache/geode.git Then given a pull req