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!