Love this, great help for that nagging feeling of what have I not committed.
I tweaked this slightly to use git status -bs so that anything I've not pushed is shown. This makes the output a bit less clean but lets me feel safer about what changes only exist locally.
Any way to hide the folders which have nothing uncommitted and no local commits would be very cool. (I've also not considered multiple branches...)
Love this, great help for that nagging feeling of what have I not committed.
I tweaked this slightly to use
git status -bs
so that anything I've not pushed is shown. This makes the output a bit less clean but lets me feel safer about what changes only exist locally.Any way to hide the folders which have nothing uncommitted and no local commits would be very cool. (I've also not considered multiple branches...)