shithub: git9

Download patch

ref: 07c9924973e33141f6775856a8b85d03c13ba2aa
parent: cec38a6e09ce13a29ad85c217f1039e038a5dbd7
author: Ori Bernstein <ori@eigenstate.org>
date: Sat Jan 18 22:51:23 EST 2020

fix typo

--- a/push
+++ b/push
@@ -17,7 +17,7 @@
 remove=()
 force=()
 upstream='origin'
-branch=`{awk '$1=="branch"{print $2}' < /mnt/git/ctl}
+branch=-b`{awk '$1=="branch"{print $2}' < /mnt/git/ctl}
 while(~ $1 -*){
 	switch($1){
 	case -u