blob: 4d561f1b608a8a2fc97391813a1586873af81085 [file] [log] [blame]
Wes Garner30f46352010-08-18 12:47:27 -05001#!/bin/sh
2#
3# Gerrit tool for easiness of submitting changes to CM repos
4# Wes Garner
5# Usage: cmgerrit <Gerrit Username> <Repo> <for/changes> <Branch>
6# To use this, it must be in your ~/bin or in your $PATH
7#
8
9git push ssh://$1@review.cyanogenmod.com:29418/CyanogenMod/$2 HEAD:refs/$3/$4