RE: Simple shortcut for "git push --set-upstream origin newBranchName"
From: Cliff Schomburg <hidden>
Date: 2019-05-31 14:56:18
From: Cliff Schomburg <hidden>
Date: 2019-05-31 14:56:18
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. Thoughts? Thanks, Cliff -----Original Message----- From: Patryk Obara <redacted> Sent: Friday, May 31, 2019 10:51 AM To: Cliff Schomburg <redacted>; 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