Monitor multiple Git repos in a terminal
- Clone this repo (if you need help)
- Ensure its
bin
directory is on your$PATH
(if you need help on Linux, if you need help on macOS, if you need help on Windows) - Run
multigitstatus
from a Git repo or a parent directory of Git repos, or pass the directories you want to monitor as arguments
Care has been taken to minimize the requirements of this script. Provided that a non-ancient version of git
is available, it should run without issue on any of the following:
- Any Linux distro with
bash
- Any macOS version (and probably most versions of OSX)
- Windows Subsystem for Linux