Home > Back-end >  powershell oh my posh pure theme - what is the disk glyph means in git directory
powershell oh my posh pure theme - what is the disk glyph means in git directory

Time:09-27

in powershell with oh my posh installed and the disk glyph in git directory

Anyone knows what the disk glyph and the number beside it means?

CodePudding user response:

This is the amount of git stashes you have. In this case, you've got two stashes which should display when typing git stash list.

  • Related