multi-git-status
multi-git-status copied to clipboard
Show current branch
Just a small add-on, it shows the current branch for each repo.
There's also a --no-branch
option, which hides the current branch from output.
I think this should probably exclude master to avoid clutter.
I think this should probably exclude master to avoid clutter.
I’m not sure about that. Not all projects have a default branch named master, so it might still be useful to see the branch name.
How about a non default argument --show-master
? I couldn't care less if a project is on master and my listing is already cluttered enough with for me useless information.
@SuperSandro2000, I don't think (master)
would be cluttering the listing too much. Having too many options (--no-branch
, --show-master
) for such a tiny feature would impact the usability. Maybe a single, non-default option --show-branch
would do?
Will this be merged? Current info would be very useful