https://github.com/its-just-nans/git-mover
Move git repositories to a new location
https://github.com/its-just-nans/git-mover
git git-mover repository-management
Last synced: 5 months ago
JSON representation
Move git repositories to a new location
- Host: GitHub
- URL: https://github.com/its-just-nans/git-mover
- Owner: Its-Just-Nans
- License: mit
- Created: 2024-12-31T17:11:37.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2026-01-25T22:55:04.000Z (5 months ago)
- Last Synced: 2026-01-26T14:09:41.770Z (5 months ago)
- Topics: git, git-mover, repository-management
- Language: Rust
- Homepage: https://crates.io/crates/git-mover
- Size: 448 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# git-mover [](https://crates.io/crates/git-mover) 
Move git repositories to a new location
[](https://asciinema.org/a/Lfge8LlwsR9A2dKYMNT3v9Nh4)
## Usage
```sh
cargo install git-mover
git-mover
```
## Arguments
```txt
Usage: git-mover [OPTIONS]
Options:
--source The source platform (github, gitlab, codeberg) [aliases: --from]
--destination The destination platform (github, gitlab, codeberg) [aliases: --to]
--no-forks Don't sync forked repositories
--no-delete Don't delete repositories
--resync Resync all repositories
--config Custom configuration file path
--show-config-path Show the current config path and exit
--manual Sync manually
-v, --verbose... Verbose mode [aliases: -d]
-h, --help Print help
```
## License
- [MIT](LICENSE)