git backups interacting with git Wednesday 5th December 2007 1 Comment
This is really important! git as a generalized backup utility interacts with and git repositories that it finds in an ‘interesting’ way. It treats them as a submodule, so instead of backing up the git repository, it just records a reference to the current HEAD of the submodule. I believe that this is “by design”, […]