Here are old repos, formerly hosted on git.xivo.io, that do not deserve a live git repo. They are only here for archive purpose, in case someone needs to do some archeology. Inside each tarball is one bare git repository. To restore the original git repo: wget http://mirror.xivo.io/iso/archives/git/my-repo.git.tar.bz2 tar xf my-repo.git.tar.bz2 mkdir my-repo mv my-repo.git my-repo/.git cd my-repo git config --local --bool core.bare false git checkout .