-
create a bundle
cd reponame.gitgit bundle create reponame.bundle --all -
move the bundle file to a different location
-
restore git repository from the bundle file
git clone reponame.bundle reponame
create a bundle
cd reponame.git
git bundle create reponame.bundle --all
move the bundle file to a different location
restore git repository from the bundle file
git clone reponame.bundle reponame