replicant-vendor_replicant/tools/cmgerrit
2010-08-18 22:35:22 +02:00

9 lines
233 B
Bash
Executable File

#!/bin/sh
#
# Gerrit tool for easiness of submitting changes to CM repos
# Wes Garner
# Usage: cmgerrit <Gerrit Username> <Repo> <for/changes> <Branch>
#
git push ssh://$1@review.cyanogenmod.com:29418/CyanogenMod/$2 HEAD:refs/$3/$4