[add] branch symbol's Explanation

[fix] document's position
This commit is contained in:
kazukazuinaina 2020-04-23 23:19:43 +09:00
parent eff4828b37
commit d2513b8460
1 changed files with 6 additions and 0 deletions

View File

@ -487,6 +487,12 @@ If a file is edited, that is not yet in the repository, the
notexists symbol will be displayed after the branch name. If the repository
is not clean, the dirty symbol will be displayed after the branch name.
* notexists symbol means you are editing a file, that has not been commited yet
default: '?'
* the dirty symbol basically means your working directory is dirty
default: '!'
Note: the branch extension will be disabled for windows smaller than 80
characters.