lyze / posh-git-sh

Bash/ZSH version of the posh-git command prompt
GNU General Public License v3.0
382 stars 102 forks source link

Consider Numeric Indicator of Commits Ahead/Behind #31

Closed beufordy3k closed 5 years ago

beufordy3k commented 6 years ago

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 ↓]$
lyze commented 6 years ago

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.