|
|
|
|
|
by usr1106
1198 days ago
|
|
Having had no issues with them sounds unreal. Everyone has to learn what they can do and what to avoid. We use the to build our whole system out of one commit, although we have several repos. We made the artificial rule that a commit that updates a submodule must not contain any other changes. It has reduced the number of problems especially related to rebasing. |
|
In short: once I learned and documented the checkout/update/reset commands, I was set.
The other “issues” were that they require extra config in some cases (CI), but again it’s just 2 lines in most cases.