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/configfrom the original repo (or usegit-configto setannex.uuid) before runninggit annex init. done --Joey