recursive-git

Crates.iorecursive-git
lib.rsrecursive-git
version0.1.1
sourcesrc
created_at2023-06-30 15:21:38.894314
updated_at2023-09-24 00:51:50.256595
descriptionGit with recursiveness. Useful for running one git command on many repositories.
homepage
repositoryhttps://github.com/franklinblanco/recursive-git
max_upload_size
id904680
size16,780
Franklin Blanco (franklinblanco)

documentation

https://docs.rs/recursive-git/

README

Recursive-git

by Franklin Blanco

English-US

Why?

I was tired of having a bunch of shell scripts and always thought git should've had an option to run commands recursively. At least git pull.

How to install

cargo install recursive-git

Requirements

  • Git

Usage

  • Get inside the workspace/parent directory you want.
  • Run any of the commands (recursive-git <COMMAND>)
  • Understand this only goes one layer deep in the tree of subdirectories.

SPANISH-DO

Como instalar

cargo install recursive-git

Requerimientos

  • Git

Como lo uso?

  • Colocate dentro de un workspace o un folder donde tengas todos tus repositorios.
  • Corre el commando que quieres (recursive-git pull | recursive-git push | recursive-git commit <"MENSAJE">)
  • Esto solo irĂ¡ haciendo los comandos a 1 nivel, solo los directorios que esten dentro del directorio que corras este comando.
Commit count: 6

cargo fmt