git-summary
git-summary copied to clipboard
Summarizes multiple git repository status within a directory.
I thought it made more sense to have the indicator for unpushed changes before the indicator for unpulled changes. So I swapped the order and improved the help text a...
If the output of git status gives you: ``` On branch XYZ Your branch is based on 'origin/XYZ', but the upstream is gone. (use "git branch --unset-upstream" to fixup) nothing...
Hey, Debian no longer provides an executable named `python` by default[1][2], so relative repo paths don't work out of the box. Is this something you'd want to handle? Some options...
I have a directory with 154 repos in it. git-summery only outputs around 55 of those repos (random set) This is without arguments. With arguments (like -q) it is hit...
Could this be modified to work with linked directories? Currently it ignores those. Either way, thanks for putting this here online, very useful!
I use busybox-w32 which emulates a constrained UNIX environment in Windows, the silver lining being that the scripts that work in this environment are extremely portable. I tested this with...
Some environments do not have bash and removing bashisms would benefit the script by making it work almost everywhere (Alpine, Windows Busybox Environment, FreeBSD, zsh, etc)