cybertk / cybertk/git-copy

Support git bundle

Open
#4 0 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.