diff --git a/tools/cmgerrit b/tools/cmgerrit new file mode 100644 index 00000000..4d561f1b --- /dev/null +++ b/tools/cmgerrit @@ -0,0 +1,9 @@ +#!/bin/sh +# +# Gerrit tool for easiness of submitting changes to CM repos +# Wes Garner +# Usage: cmgerrit +# To use this, it must be in your ~/bin or in your $PATH +# + +git push ssh://$1@review.cyanogenmod.com:29418/CyanogenMod/$2 HEAD:refs/$3/$4