On Friday 06 August 2010 01:03:09 DAZ wrote:
> Hi,
>
> I was wondering if somebody could point me in the right direction
> here:
>
> I am working on a Sinatra base web framework and am using git for
> source control and also putting it up on github.
>
> The framework also contains a CSS framework. I would actually like the
> CSS framework to be in a separate github repository so they can be
> developed separately, but I'd also like it if I could work on the CSS
> within the Sinatra framework and for those changes to take effect in
> it's own repository.
>
> I am also using a one page CSS project that I have hosted on github
>
> I hope what I am saying makes sense. I have been reading the git docs
> and can't figure out if I should clone the CSS repository into the
> Sinatra repository or if I need to use submodules.
>
> Any advice on the best way to do this would be much appreciated,
> thanks


It would seem that git submodules would do what you want.

http://book.git-scm.com/5_submodules.html


-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To post to this group, send email to git-us...@googlegroups.com.
To unsubscribe from this group, send email to 
git-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/git-users?hl=en.

Reply via email to