RE: Simple shortcut for "git push --set-upstream origin newBranchName"

2019-06-03 Thread Cliff Schomburg
dows CMD prompt, if that matters at all. Thanks,m Cliff -Original Message- From: Cliff Schomburg Sent: Friday, May 31, 2019 11:13 AM To: Patryk Obara ; git@vger.kernel.org Subject: RE: Simple shortcut for "git push --set-upstream origin newBranchName" Thanks, Patryk. It&#x

RE: Simple shortcut for "git push --set-upstream origin newBranchName"

2019-05-31 Thread Cliff Schomburg
Thanks, Patryk. It's always nice to see the feature I want is already implemented! 😊 -Original Message- From: Patryk Obara Sent: Friday, May 31, 2019 11:05 AM To: Cliff Schomburg ; git@vger.kernel.org Subject: Re: Simple shortcut for "git push --set-upstream origin new

Re: Simple shortcut for "git push --set-upstream origin newBranchName"

2019-05-31 Thread Denton Liu
s, > Cliff > > -Original Message- > From: Patryk Obara > Sent: Friday, May 31, 2019 10:51 AM > To: Cliff Schomburg ; git@vger.kernel.org > Subject: Re: Simple shortcut for "git push --set-upstream origin > newBranchName" > > On 31/05/2019 16:45, Cl

Re: Simple shortcut for "git push --set-upstream origin newBranchName"

2019-05-31 Thread Patryk Obara
On 31/05/2019 16:56, Cliff Schomburg wrote: Wow, I did not see that in the man pages... but I see it now. Thanks! So I guess I would change my ask to this: "git push -u" Should default to "origin branch" if no parameters are provided. I think most people will agree, considering it already w

RE: Simple shortcut for "git push --set-upstream origin newBranchName"

2019-05-31 Thread Cliff Schomburg
Friday, May 31, 2019 10:51 AM To: Cliff Schomburg ; git@vger.kernel.org Subject: Re: Simple shortcut for "git push --set-upstream origin newBranchName" On 31/05/2019 16:45, Cliff Schomburg wrote: > I'm proposing a shortcut for this command. What's wrong with "$ git push -u origin branch"? -- Patryk Obara

Re: Simple shortcut for "git push --set-upstream origin newBranchName"

2019-05-31 Thread Patryk Obara
On 31/05/2019 16:45, Cliff Schomburg wrote: I'm proposing a shortcut for this command. What's wrong with "$ git push -u origin branch"? -- Patryk Obara

RE: Simple shortcut for "git push --set-upstream origin newBranchName"

2019-05-31 Thread Cliff Schomburg
Resending as plain text From: Cliff Schomburg Sent: Thursday, May 30, 2019 6:29 PM To: git@vger.kernel.org Subject: Simple shortcut for "git push --set-upstream origin newBranchName" Hi all, This is more of a suggestion than a bug report. I create new topic branches quite frequently and push t