#git-repository #git #utility #cli

bin+lib git-mover

Move git repositories to a new location

8 releases (stable)

new 1.0.6 Jan 8, 2025
1.0.0 Jan 1, 2025
0.1.1 Dec 31, 2024
0.1.0 Dec 29, 2024

#2697 in Command line utilities

Download history 310/week @ 2024-12-27 485/week @ 2025-01-03

795 downloads per month

MIT license

68KB
1.5K 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:
  -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


lib.rs:

git-mover

Move git repositories to a new location

Usage

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

Dependencies

~16–32MB
~482K SLoC