git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* switching branches when they use different submodule remotes
@ 2011-04-08 17:52 Stephen Bannasch
  2011-04-08 20:45 ` Junio C Hamano
  0 siblings, 1 reply; 2+ messages in thread
From: Stephen Bannasch @ 2011-04-08 17:52 UTC (permalink / raw)
  To: git

I was confused earlier today when I switched branches in a repo with libgit2 in a submodule.

I knew that the different branches used different remotes for the submodule -- one remote is older, the other remote has newer 
development.

   git://github.com/pieter/libgit2.git
   git://repo.or.cz/libgit2.git

so when I switched I deleted the whole libgit2 dir and ran:

   git submodule init
   git submodule update

I was switching to the branch that referenced git://github.com/pieter/libgit2.git and
I was surprised the newer branch was cloned instead.

Looking at the doc for git submodule:

   http://www.kernel.org/pub/software/scm/git/docs/git-submodule.html

it made it clear that executing init does not alter existing information in .git/config so I deleted the reference in 
./git/config manually and started over.

Is there a better way to handle this?

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

end of thread, other threads:[~2011-04-08 20:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-08 17:52 switching branches when they use different submodule remotes Stephen Bannasch
2011-04-08 20:45 ` Junio C Hamano

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