shithub: git9

Download patch

ref: be346b3fb35bc8373eeb21c22df7430261fc3c0a
parent: aa70f9b666fc6ca63fa0299fea06fac929d1a9cd
author: Ori Bernstein <ori@eigenstate.org>
date: Mon Jan 27 14:00:43 EST 2020

fix usage of git/branch

--- a/pull
+++ b/pull
@@ -91,4 +91,4 @@
 echo $local':' `{git/query $local} '=>' `{git/query $remote}  >[1=2]
 if(! ~ $#incoming 0)
 	git/log -q $local'..'$remote
-git/branch -u -b $remote $local
+git/branch -c -b $remote $local