Re: [git-users] Submodule tracking remote master shows modified on super project git status after submodule update --remote

2013-06-18 Thread Adam Strzelecki
Philip, Thanks a lot for detailed info. For now I'll keep using ignore = all : Regards, -- Adam Strzelecki | nanoant.com | twitter.com/nanoant Wiadomość napisana przez Philip Oakley philipoak...@iee.org w dniu 18 cze 2013, o godz. 00:23: Adam,

Re: [git-users] Submodule tracking remote master shows modified on super project git status after submodule update --remote

2013-06-18 Thread Adam Strzelecki
If you want to know the use case, both main and submodule are part of some bigger project. Some components were split into submodules because they're generic enough they can be re-used in different project (in the future), however everything is being developed in parallel. So project master

Re: [git-users] Submodule tracking remote master shows modified on super project git status after submodule update --remote

2013-06-18 Thread Philip Oakley
Ahh - it's --ignore-submodules[=when] in git status... P. - Original Message - From: Philip Oakley philipoak...@iee.org To: Adam Strzelecki o...@java.pl Cc: git-users@googlegroups.com Sent: Tuesday, June 18, 2013 8:23 PM Subject: Re: [git-users] Submodule tracking remote master shows

[git-users] Git Puzzle: Managing multiple websites based on the same code

2013-06-18 Thread Dyske Suematsu
Hi All, I spent a whole week researching this and found no answer. So, I'm hoping that someone here could help me. Here's my situation which I don't think is so unique or strange. I have a generic website that I always use as my starting point to build websites for all of my clients. Since