[git-users] How to make sharing directories instead of duplicating?

2014-09-25 Thread Віктор Невідомий
Hello. I have some question about advanced git usage. I ask it on stackoverflow, but receive only one not very extensive answer. I post only link to avoid duplicating question here. http://stackoverflow.com/questions/25991234/git-how-to-make-sharing-directories-instead-of-duplicating/ Please

Re: [git-users] How to make sharing directories instead of duplicating?

2014-09-25 Thread Віктор Невідомий
you have to turn each of these directories into separate repositories and either use the so-called subtree merging or submodules. I was going to do so. Maybe it was not clear from my scheme in original question. I edited it to clarify. Proj1_2_common/ .git/ ...

Re: [git-users] How to make sharing directories instead of duplicating?

2014-09-25 Thread Віктор Невідомий
Very good explanation. It clarifies something. I read some comments about using subtree vs submodules. In most places people give a bad score to submodules. Четвер, 25 вересня 2014 р. 17:05:21 UTC+3 користувач Konstantin Khomoutov написав: On Thu, 25 Sep 2014 04:28:16 -0700 (PDT) Віктор