From 095dc37dd03727f1ca58f8af58a5d25e2199cf1d Mon Sep 17 00:00:00 2001 From: Buck Ryan Date: Tue, 10 Apr 2018 16:16:48 -0400 Subject: [PATCH] fix symbol for untracked --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 186d4a2..f1d2ad5 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ following symbols: - `✎` -- a file has been modified (but not staged for commit, in git) - `✔` -- a file is staged for commit (git) or added for tracking - `✼` -- a file has conflicts -- `❓` -- a file is untracked +- `?` -- a file is untracked Each of these will have a number next to it if more than one file matches.