replicant-vendor_replicant/tools/cmgerrit
Wes Garner 30f4635075 CM Gerrit tool to make submissions easier
cmgerrit: fix typo

cmgerrit: add pref for branch or change-id

cmgerrit: fix a #blamewes
2010-08-18 13:17:20 -05:00

10 lines
290 B
Bash

#!/bin/sh
#
# Gerrit tool for easiness of submitting changes to CM repos
# Wes Garner
# Usage: cmgerrit <Gerrit Username> <Repo> <for/changes> <Branch>
# 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