An open API service indexing awesome lists of open source software.

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

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
```