git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Multiple remote.<...>.fetch and .push patterns
@ 2008-06-30 18:58 Adr3nal D0S
  2008-06-30 19:29 ` Jon Loeliger
  2008-07-01 13:04 ` Jakub Narebski
  0 siblings, 2 replies; 7+ messages in thread
From: Adr3nal D0S @ 2008-06-30 18:58 UTC (permalink / raw)
  To: git

How can I do something like what is shown in Everyday git using git-config?

$ cat .git/remotes/ko
URL: kernel.org:/pub/scm/git/git.git
Pull: master:refs/tags/ko-master
Pull: next:refs/tags/ko-next
Pull: maint:refs/tags/ko-maint
Push: master
Push: next
Push: +pu
Push: maint

I know I can do:

git config remote.ko.fetch refs/heads/*:refs/tags/ko-*

but that will get all KO heads.  And I have no clue about the push version.

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2008-07-01 13:05 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-30 18:58 Multiple remote.<...>.fetch and .push patterns Adr3nal D0S
2008-06-30 19:29 ` Jon Loeliger
2008-06-30 19:52   ` Adr3nal D0S
2008-07-01  9:00     ` Michael J Gruber
2008-07-01  9:27       ` Junio C Hamano
2008-07-01  9:59         ` Michael J Gruber
2008-07-01 13:04 ` Jakub Narebski

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).