lyze / posh-git-sh

Bash/ZSH version of the posh-git command prompt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Consider Numeric Indicator of Commits Ahead/Behind

beufordy3k opened this issue · comments

One feature I like about posh-git is the numeric indicator of how many commits I am behind or ahead after doing a fetch.

Have you considered adding such? Would you entertain a pull request?

Example:

Powershell

C:\source\DataMigrator [develop ↓4]>

Ubuntu

myuser@host:~/source/DataMigrator [develop ↓]$

That sounds like a great idea, and it should be pretty straightforward to do.

Unfortunately I haven't been keeping very good track of new features in posh-git.