From c23843dc00523f9e53475d7d182090cc8e813e13 Mon Sep 17 00:00:00 2001 From: Luca Stefani Date: Mon, 1 May 2017 16:02:27 +0000 Subject: [PATCH] Add lineage-push Change-Id: I177a031617591bb4891b2147f5778cdd3de502b3 --- lineage-push/README.md | 22 ++++++++++++ lineage-push/lineage-push.sh | 69 ++++++++++++++++++++++++++++++++++++ 2 files changed, 91 insertions(+) create mode 100644 lineage-push/README.md create mode 100755 lineage-push/lineage-push.sh diff --git a/lineage-push/README.md b/lineage-push/README.md new file mode 100644 index 0000000..966716d --- /dev/null +++ b/lineage-push/README.md @@ -0,0 +1,22 @@ +# LineageOS Push Script + +Pushes a local git repository's changes to Gerrit for code review + +``` +Usage: + ./lineage-push.sh [options] branch + + Options: + -d Upload change as draft. + -e Update change as edit. + -f Force push. + -l