Support git bundle
Open
- Dominant language
- Ruby
- Stars
- 33
- Forks
- 4
- PR merge metrics
- No merged PRs in 30d
Description
When the copy destination is a local path and ends with `.git-bundle`, we can bundle the repo into single file, like
```
git copy http://github.com/cybertk/git-copy.git /path/to/git-copy.git-bundle
```
Then restore with
```
git clone /path/to/git-copy.git-bundle /my/workspace
```
This is inspired by http://stackoverflow.com/a/5578292/622662
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.