[infinispan-dev] Script to speed up sending pull reqs for OSX
Galder Zamarreño
galder at redhat.com
Thu May 3 06:08:10 EDT 2012
Hi,
I've been playing around with a script to speed up pull req sends and I've come up with this for OSX:
#!/bin/sh
BRANCH=`git branch --no-color | sed -e '/^[^*]/d' -e 's/* \(.*\)/\1/'`
open -a "Google Chrome" -g https://github.com/galderz/infinispan/pull/new/${BRANCH}
Basically, takes your local branch and opens a new pull req in the current Google Chrome instance.
It probably can be enhanced further, thoughts?
Cheers,
--
Galder Zamarreño
Sr. Software Engineer
Infinispan, JBoss Cache
More information about the infinispan-dev
mailing list