Skip to content

Instantly share code, notes, and snippets.

@4lun
Created March 15, 2016 10:35
Show Gist options
  • Save 4lun/f0198b2a0a8e2874d895 to your computer and use it in GitHub Desktop.
Save 4lun/f0198b2a0a8e2874d895 to your computer and use it in GitHub Desktop.
Create a complete single file backup (bundle) of a local git repository
git bundle create ../"${PWD##*/}".bundle --all
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment