[git-users] Re: Git sub modules

2014-06-27 Thread Pierre-François CLEMENT
On Thursday, 26 June 2014 09:23:39 UTC+2, chunnu wrote: > > Hi, > > I m new to git repository, with a star team back ground. In my project I > have something called sub modules. I understand that these are a single > repository in the git used by 5 different projects. > But I m very confused abo

Re: [git-users] Git sub modules

2014-06-27 Thread Konstantin Khomoutov
On Thu, 26 Jun 2014 00:23:39 -0700 (PDT) chunnu wrote: > I m new to git repository, with a star team back ground. In my > project I have something called sub modules. I understand that these > are a single repository in the git used by 5 different projects. > But I m very confused about "updatin

[git-users] Re: Submodules, subtrees or something else?

2014-06-27 Thread Pierre-François CLEMENT
On Thursday, 26 June 2014 15:19:23 UTC+2, Bojan Stankovic wrote: > > Hello! > > I have a situation with a larger project that has lots of > modules/libraries with their respective repos. Most of these modules are > dependencies of other modules which are than dependencies of a project. And > now

Re: [git-users] Submodules, subtrees or something else?

2014-06-27 Thread Magnus Therning
On Thu, Jun 26, 2014 at 8:19 AM, Bojan Stankovic wrote: > Hello! > > I have a situation with a larger project that has lots of modules/libraries > with their respective repos. Most of these modules are dependencies of other > modules which are than dependencies of a project. And now it has come to

[git-users] Mixed binaries and non-binaries in a repository

2014-06-27 Thread Orthoducks
I'm a new user of git in an organization that's still getting used to git. I've got a question about a practice here that I don't understand. My work is concerned mainly with documentation. In this area our text (non-binary) source files are stored in one repository; our image (binary) files ar