* in support of git pushing only the active branch by default
@ 2012-03-17 10:16 Mark Essel
2012-03-18 8:53 ` Charles Bailey
0 siblings, 1 reply; 3+ messages in thread
From: Mark Essel @ 2012-03-17 10:16 UTC (permalink / raw)
To: git@vger.kernel.org
I would appreciate a brief option to push all branches, git push-all or similar for personal git usage.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: in support of git pushing only the active branch by default
2012-03-17 10:16 in support of git pushing only the active branch by default Mark Essel
@ 2012-03-18 8:53 ` Charles Bailey
2012-03-18 11:46 ` Björn Steinbrink
0 siblings, 1 reply; 3+ messages in thread
From: Charles Bailey @ 2012-03-18 8:53 UTC (permalink / raw)
To: Mark Essel; +Cc: git@vger.kernel.org
On Sat, Mar 17, 2012 at 06:16:51AM -0400, Mark Essel wrote:
> I would appreciate a brief option to push all branches, git push-all or similar for personal git usage.
You mean like this?
git push origin :
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: in support of git pushing only the active branch by default
2012-03-18 8:53 ` Charles Bailey
@ 2012-03-18 11:46 ` Björn Steinbrink
0 siblings, 0 replies; 3+ messages in thread
From: Björn Steinbrink @ 2012-03-18 11:46 UTC (permalink / raw)
To: Charles Bailey; +Cc: Mark Essel, git@vger.kernel.org
On 2012.03.18 08:53:47 +0000, Charles Bailey wrote:
> On Sat, Mar 17, 2012 at 06:16:51AM -0400, Mark Essel wrote:
> > I would appreciate a brief option to push all branches, git push-all or similar for personal git usage.
>
> You mean like this?
>
> git push origin :
That would be what "matching" does, i.e. push only those branch heads
that exist in both repos. To push all branch heads, use --all.
Björn
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2012-03-18 11:46 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-17 10:16 in support of git pushing only the active branch by default Mark Essel
2012-03-18 8:53 ` Charles Bailey
2012-03-18 11:46 ` Björn Steinbrink
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).