4 releases
0.2.0 | Mar 17, 2024 |
---|---|
0.1.7 | Mar 15, 2024 |
0.1.3 |
|
#2265 in Command line utilities
230 downloads per month
13KB
250 lines
rigit
Tool which let's you perform a git actions on multiple repositories.
Installation
cargo install rigit
Usage
rigit [OPTIONS] [COMMAND]
Commands:
status Run git status on all repos in the following directory
-v, --verbose Print complete git status
fetch Run git fetch on all repos in the following directory
help Print this message or the help of the given subcommand(s)
Options:
-G, --generate <generator> [possible values: bash, elvish, fish, powershell, zsh]
-h, --help Print help
-V, --version Print version
WIP (Could take some time because the implemented commands are the main ones I wanted this tool for)
- pull: pull the remote changes of all repositories under the specified directory and merge/rebase them.
Planned features
- push: push the local changes of all repositories under the specified directory to the remote repositories.
Dependencies
~1–11MB
~63K SLoC