https://github.com/silug/git-resync
Sync git repositories
https://github.com/silug/git-resync
git
Last synced: 20 days ago
JSON representation
Sync git repositories
- Host: GitHub
- URL: https://github.com/silug/git-resync
- Owner: silug
- Created: 2019-04-16T15:18:38.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2025-01-27T23:25:26.000Z (over 1 year ago)
- Last Synced: 2025-10-26T09:36:22.255Z (7 months ago)
- Topics: git
- Language: Shell
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# git-resync
`git-resync` syncs a source git repository to a destination repository.
```
Usage: git-resync [args] source destination
Options:
-h, --help This help message
-m, --mirror Forcibly re-sync the destination from the source
-p, --prune Prune old branches/tags that don't exit on the source
-t, --onlytags Only sync tags
-o ,
--push-option= Push options
```