gitsick works nicely for keeping track of dotfiles, thanks!
There is one snag I just found: if you have git submodules, they are stored in ~/.gitmodules, because the work tree is ~. This is fine, until you have more than one gitsick-operated repo that has submodules, then they clash.
Is there a way to store the gitmodules file in a different location, that depends on the chosen repo? This is not mentioned in the git docs.
gitsick works nicely for keeping track of dotfiles, thanks!
There is one snag I just found: if you have git submodules, they are stored in
~/.gitmodules, because the work tree is~. This is fine, until you have more than one gitsick-operated repo that has submodules, then they clash.Is there a way to store the gitmodules file in a different location, that depends on the chosen repo? This is not mentioned in the git docs.