seph
sharvil
06/08/2023, 12:36 PM/Users/sharvil/Library/Caches/ccache
and /Users/sharvil/Library/Caches/ccache/tmp
which tends to be the default. If you have a separate config the path should be in ccache -p
Stefano Bonicatti
06/08/2023, 12:51 PMStefano Bonicatti
06/08/2023, 12:51 PMStefano Bonicatti
06/08/2023, 12:52 PMStefano Bonicatti
06/08/2023, 12:55 PMgit submodule deinit --all --force
it only deletes the folders that contain the submodule source code, it does not removing anything in the .git
folderStefano Bonicatti
06/08/2023, 12:57 PM.git
folder and then modules
, and deleting what’s there.
Careful though that holds everything about submodules.. if for instance you started changing a submodule and created commits there for convenience, instead of cloning it separately, you will lose them.