Conversation

Every time I try to work with an artist (any artist) on my project we waste half an hour trying to figure out why their GUI git client didn't recursively pull submodules & I have no idea what to tell them because I don't know how to use their git client & I can't see their screen
3
67
The only way I know how to use git is to type things into stack overflow and then paste them into a terminal but if someone is using a GUI program there's nothing to paste into. Git can't be learned, and it can't be made easier by making GUI wrappers.
5
66
This Tweet was deleted by the Tweet author. Learn more
Replying to
so if I remember the arcane texts correctly, init only readies your environment for the submodules, and update actually fetches them, so at init it doesn't know yet about the submodule's submodules
1
Replying to
I prefer the hands off way Gerrit's git-repo deals with it where it manages a bunch of separate Git repositories in the same source tree. You can refer to external projects via revision but use branches internally for the development branch + generate frozen manifest for release.
1
1
Show replies