restoring git repository from bundle backup
问题 i created backups of my git repository like in How to backup a local Git repository? proposed with git bundle create /tmp/foo-all --all I can see all refs are in there, including a remote ref created by git-svn. Now I can't figure out how to restore this bundle to a local repository again. I am quite quite sure i've done it already once. I tried git-clone but that gives me a just a repository with my backup bundle as remote repo. I also tried git init git bundle unbundle /tmp/foo --all but