napalm255/powerbash

Divergent history seems to confuse the git count

Closed this issue · 3 comments

This command returns "2", but the git count indicator doesn't reflect that:
image

I have a hunch that it's getting confused by the divergent history (1 ahead, 2 behind):
image

I took a look at the code and it's pretty straightforward and easy to see what it's doing. It's not obvious why the indicator is wrong.

@stupid-genius Please checkout the PR and see if this fixes things.

@stupid-genius Please checkout the PR and see if this fixes things.

Works like a charm! Thanks!