what does {1} mean in |master {1} ✓| with bashit?

123 Views Asked by At

I have a git bash shell extension defined it shows |master {1} ✓| what does the {1} mean?

|master {1} ✓| → git status
On branch master
Your branch is up to date with 'origin/master'.

nothing to commit, working tree clean

What does the {1} mean in the prompt? I am using bash configured with https://github.com/Bash-it/bash-it

1

There are 1 best solutions below

0
On BEST ANSWER

Judging from the base theme it means you have one stashed set of changes.

See git stash list.