Created
January 22, 2018 11:50
-
-
Save angelyordanov/1b7cd328d412d9148beccb3c302bc098 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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