Re: [PATCH v2] Add push --set-upstream
From: Junio C Hamano <hidden>
Date: 2016-06-15 22:48:02
Tay Ray Chuan [off-list ref] writes:
Hi, On Sat, Jan 16, 2010 at 8:06 AM, Junio C Hamano [off-list ref] wrote:quoted
Nanako Shiraishi [off-list ref] writes:quoted
Quoting Junio C Hamano [off-list ref]quoted
Junio C Hamano [off-list ref] writes:quoted
# Ok let's do it for real. git push --track there thisUgh; s/--track/--set-upstream/, of course.How can I use this to say I want to use 'pull --rebase'?I dunno; "git push --set-upstream=rebase", perhaps?how about --setup-merge and --setup-rebase? After all, there's already the config called branch.autosetupmerge and branch.autosetuprebase.
Do you mean Ilari's patch already sets up branch.name.rebase for people with branch.autosetuprebase true? If so, it might be better to keep "--set-upstream" as is, and have a way to countermand that "autosetuprebase" default.