Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 986 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 986 Bytes

git-mover crates.io version crates.io downloads

Move git repositories to a new location

asciicast

Usage

cargo install git-mover
git-mover

Arguments

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
  -r, --resync                     Resync all repositories
  -c, --config <CONFIG>            Custom configuration file
  -v, --verbose...                 Verbose mode (-v, -vv, -vvv)
  -h, --help                       Print help

License