parentfolder(git)
|
|---->project1(git)
|
|
|
|---->project2(git)
| |
| |---->code
|
|
|
|
|---->project3(git)
|
code<---|
|--->images
I am working on more than one projects and all my projects have different repo, i have read many articles about nested git.
But my question is that,there is any one command so that i can directly commit my parent folder and get all the changes of sub-folder(git) directly