I Hate Git Submodules
abildskov.io
I Hate Git Submodules
1–10 of 73 posts
Re: I Hate Git Submodules
#2Re: I Hate Git Submodules
#3Re: I Hate Git Submodules
#4https://codewinsarguments.co/2016/05/01/git-submodules-vs-gi...
Or the non-standard git-subrepo?
Re: I Hate Git Submodules
#5What do people think of git subtrees? https://codewinsarguments.co/2016/05/01/git-submodules-vs-gi... Or the non-standard git-subrepo? https://github.com/ingydotnet/git-subrepo
Re: I Hate Git Submodules
#6then don't use them?
First line of the article explains the title.
Re: I Hate Git Submodules
#7Re: I Hate Git Submodules
#8Re: I Hate Git Submodules
#9then don't use them?
> Spoiler alert. I do not hate submodules. I do how ever have an instant oh oh response when people mention they want to solve a problem with Git submodules. First line of the article explains the title.
> Spoiler alert. I do not hate submodules.
Clickbait much? Make up your mind?
Re: I Hate Git Submodules
#10So there is a scale from quicker iteration to less coupled: same repo, submodule, different package. The question is in which cases the middle step "submodule" is worth it or if you should rather switch to one of the others always.