Skip to content

Commit

Permalink
add a note about how to mirror with git
Browse files Browse the repository at this point in the history
  • Loading branch information
zmughal committed Aug 29, 2015
1 parent 9b9b1fa commit a242978
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions NOTES.md
Expand Up @@ -54,3 +54,13 @@ with `+x` in `/usr/local/libexec/git-core/git-subtree`)
See <https://github.com/PDLPorters/pdl-io-gd/issues/3> for an example.

For information about Appveyor, see <https://github.com/PDLPorters/pdl/issues/130>.

## How to mirror a repository

```shell
git clone --bare git@github.com:PDLPorters/pdl.git;
cd pdl.git;
git push --mirror git@github.com:PDLPorters/pdla.git
```

from <https://help.github.com/articles/duplicating-a-repository/#mirroring-a-repository>.

0 comments on commit a242978

Please sign in to comment.