As there's no way to permanently hide remotes and I have to recreate two repos now, I would love to be able to re-use the old UUIDs to remove clutter.
git-annex already provides a way to do this: Copy
.git/config
from the original repo (or usegit-config
to setannex.uuid
) before runninggit annex init
. done --Joey