| Crates.io | recursive-git |
| lib.rs | recursive-git |
| version | 0.1.1 |
| created_at | 2023-06-30 15:21:38.894314+00 |
| updated_at | 2023-09-24 00:51:50.256595+00 |
| description | Git with recursiveness. Useful for running one git command on many repositories. |
| homepage | |
| repository | https://github.com/franklinblanco/recursive-git |
| max_upload_size | |
| id | 904680 |
| size | 16,780 |
by Franklin Blanco
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.
cargo install recursive-git
recursive-git <COMMAND>)cargo install recursive-git
recursive-git pull | recursive-git push | recursive-git commit <"MENSAJE">)