I'm voting for a new Git feature. Git repo inside subfolder of another Git 
repo should be separate one WHEN THIS SUBFOLDER IGNORED (.gitignore) BY 
PARENT REPO.

/Main site 
    /.git    -  repo of Main site
    .gitingore   (/vendor/)   - subfolder vendor ignored by Git
    /vendor    -  ignored subfolder
        /alexey_baranov
            /mylib1    - I would like to commit/push/pull this lib rhight 
from hire
                /.git
            /bylib2     - I would like to commit/push/pull this lib rhight 
from hire
                /.git

This would very halpfull because exactly same fs structure created by 
composer (php package dependence utility) And I would like to commit my 
libs right from mine site. I do not see any troubles with this when folder 
ignored by parent Git repo.

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to