Skip to content

Instantly share code, notes, and snippets.

@mmar
Created July 23, 2018 12:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mmar/b57098a7abf7239caaf31e48db474f65 to your computer and use it in GitHub Desktop.
Save mmar/b57098a7abf7239caaf31e48db474f65 to your computer and use it in GitHub Desktop.
Backup git repository to a single file using `git bundle`. You can put this in your path and call it as `git backup`.
#!/bin/sh
git bundle create ~/Backups/`basename $PWD`.git --all
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment