rigit

Crates.iorigit
lib.rsrigit
version0.2.0
sourcesrc
created_at2023-11-14 18:49:40.2328
updated_at2024-03-17 20:21:35.876926
descriptionCli-tool which lets you perform a git action on multiple repositories.
homepage
repositoryhttps://github.com/Vaengir-Projects/rigit.git
max_upload_size
id1035245
size23,637
Væñgír (Vaengir)

documentation

README

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.
Commit count: 8

cargo fmt