gitpowershellwindows-terminaloh-my-posh

powershell + oh my posh + pure theme - what is the disk glyph means in git directory


in powershell with oh my posh installed and the pure theme activated, when the working tree is clean, I see a floppy disk glyph with a number after it like the picture below:

disk glyph in git directory

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


Solution

  • 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.