git-mover 1.0.2

Move git repositories to a new location
Documentation
# git-mover [![crates.io version]https://img.shields.io/crates/v/git-mover]https://crates.io/crates/git-mover ![crates.io downloads]https://img.shields.io/crates/d/git-mover

Move git repositories to a new location

## Usage

```sh
cargo install git-mover
git-mover
```

## Arguments

```txt
Usage: git-mover [OPTIONS]

Options:
  -s, --source <SOURCE>            The source platform (github, gitlab, codeberg) [aliases: from]
  -d, --destination <DESTINATION>  The destination platform (github, gitlab, codeberg) [aliases: to]
  -n, --no-forks                   Don't sync forked repositories
  -c, --config <CONFIG>            Custom configuration file
  -v, --verbose...                 Verbose mode (-v, -vv, -vvv)
  -h, --help                       Print help
```

## License

- [MIT]LICENSE