#git #utility #cli

bin+lib git-mover

Move git repositories to a new location

22 stable releases

Uses new Rust 2024

1.2.3 Jan 31, 2026
1.2.2 Jan 25, 2026
1.2.1 Dec 4, 2025
1.1.7 Aug 10, 2025
0.1.1 Dec 31, 2024

#2240 in Command line utilities


Used in n4n5

MIT license

76KB
2K SLoC

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:
      --source <SOURCE>            The source platform (github, gitlab, codeberg) [aliases: --from]
      --destination <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 <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

Dependencies

~18–34MB
~499K SLoC