diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2023-07-18 10:49:20 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2023-07-18 10:49:20 +0000 |
commit | 71417eee657190181feff5a9049caa0a41a294d4 (patch) | |
tree | 7c2529fea2c1755afdfb038a4b40db8216ecd555 /README.md | |
parent | Adding upstream version 0.16.5. (diff) | |
download | gita-71417eee657190181feff5a9049caa0a41a294d4.tar.xz gita-71417eee657190181feff5a9049caa0a41a294d4.zip |
Adding upstream version 0.16.6.1.upstream/0.16.6.1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 12 |
1 files changed, 11 insertions, 1 deletions
@@ -333,8 +333,18 @@ For example, the default setting corresponds to branch,commit_msg,commit_time ``` -Here `branch` includes both branch name and status. To get the branch name alone, use `branch_name`. +Here `branch` includes both branch name and status. +The status symbols are similar to the ones used in [spaceship-prompt](https://spaceship-prompt.sh/sections/git/#Git-status-git_status). +To customize these symbols, add a file in `$XDG_CONFIG_HOME/gita/symbols.csv`. +The default settings corresponds to + +```csv +dirty,staged,untracked,local_ahead,remote_ahead,diverged,in_sync,no_remote +*,+,?,↑,↓,⇕,,∅ +``` +Only the symbols to be overridden need to be defined. +You can search unicode symbols [here](https://www.compart.com/en/unicode/). ### customize git command flags |