#git-repository #git-status #command-line-tool #git-tool #multiple #repo #perform

app rigit

Cli-tool which lets you perform a git action on multiple repositories

4 releases

0.2.0 Mar 17, 2024
0.1.7 Mar 15, 2024
0.1.3 Nov 14, 2023

#1982 in Command line utilities

MIT license

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
~61K SLoC