Skip to content

Instantly share code, notes, and snippets.

@angelyordanov
Created January 22, 2018 11:50
Show Gist options
  • Save angelyordanov/1b7cd328d412d9148beccb3c302bc098 to your computer and use it in GitHub Desktop.
Save angelyordanov/1b7cd328d412d9148beccb3c302bc098 to your computer and use it in GitHub Desktop.
1. Once
git clone --mirror
2. To create a new bundle
git remote update
git bundle create my_repo.bundle --all
3. To restore the bundle
git clone my_repo.bundle
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment