Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

3
  • Hmm. When I commit and push as normal, the sub-project shows up in the repo as a reference, while other packages (from packagist) show up as files. However if I manually delete the .git dir from my sub-project before committing, then all the files show up like expected. Maybe there's a better way than trying to ignore the .git dir? Commented Jan 5, 2016 at 19:47
  • 1
    Actually, idea of ignoring git folder looks wrong. Should be other way definitely. I've tried commit with conditions you described - everything working right. There is no references in commit. May be your packages actually are soft links in your file system? Commented Jan 6, 2016 at 7:29
  • @YevgeniyShchemelev try your test when the .git subdirectory houses information for a populated git repo. Commented Jan 30, 2018 at 18:47