Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save humbertodias/a4da80ac0a6c1d5475d74cb08e501b47 to your computer and use it in GitHub Desktop.
Save humbertodias/a4da80ac0a6c1d5475d74cb08e501b47 to your computer and use it in GitHub Desktop.
Git Bundle restore
# Create folder
mkdir repository-folder && cd repository-folder
# Initialize the git repository and add master and pull from bundle
git init
git pull file.bundle master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment