login
Header Space

 
 

Re: Why do git submodules require manual checkouts and commits?

Score:
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Johannes Schindelin <Johannes.Schindelin@...>
Cc: Avery Pennarun <apenwarr@...>, skillzero@gmail.com <skillzero@...>, <git@...>
Date: Friday, May 16, 2008 - 10:58 am

On Fri, May 16, 2008 at 4:24 PM, Johannes Schindelin
<Johannes.Schindelin@gmx.de> wrote:

Just to add to the picture, for me it's

$ (cd submodule && git checkout tag)
$ git add submodule
$ git commit -s -m "Use submodule-tag"

If I want to work in/with the submodule, I usually do that by "cd
../submodule", i.e. I've got another clone of the submodule
repository.

--
lh
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: Why do git submodules require manual checkouts and commi..., Johannes Schindelin, (Fri May 16, 9:58 am)
Re: Why do git submodules require manual checkouts and commi..., Johannes Schindelin, (Fri May 16, 10:24 am)
Re: Why do git submodules require manual checkouts and commi..., Lars Hjemli, (Fri May 16, 10:58 am)
Re: Why do git submodules require manual checkouts and commi..., Johannes Schindelin, (Fri May 16, 6:17 am)
speck-geostationary