xottab-duty/Mirror To
Copy all branches with all commits, tags and more to another git repository. Lightweight, highly configurable.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| target | HTTPS or SSH URL to the target remote repository to mirror everything to. Can contain the username and/or password. | yes | — |
| username | Username for the target repository. Replaces the username specified in the URL. | no | — |
| password | An access token, HTTPS password or SSH private key for the target repository. Replaces the password specified in the URL. | no | — |
| passphrase | The passphrase for the supplied private SSH key. | no | — |
| known_hosts | Known hosts to be passed to ssh. | no | — |
| push_args | The push arguments to be used for mirroring. | no | --mirror |
| refspec | Custom refspec to use for mirroring. | no | — |
| dry | Convenience option to test things before doing real pushes. Adds --dry-run to the push_args. | no | false |
Outputs
no outputs