I’m using Androids repo tool from time to time when dealing
with large groups of git repositories. In most situations, it is too bloated though.
Some git “batch” commands I found very useful, like repo status
, checking the status of all git
repositories recursively.
To mimic this (and other) behaviour in a simple way, I created the following bash/zsh function (put
this in your .bashrc
or .zshrc
, or another file where you define functions in your dotfiles)