blob: 6a5c24d1b2d5e17790bddaa29351d66e593b8a7b [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>
Wes Garner30f46352010-08-18 12:47:27 -05006#
7
8git push ssh://$1@review.cyanogenmod.com:29418/CyanogenMod/$2 HEAD:refs/$3/$4