From aaba1ae2bf66dcae5010a8174ce745aeb1b9aaa1 Mon Sep 17 00:00:00 2001 From: Jeremy Kaplan Date: Thu, 31 Oct 2019 20:25:53 -0700 Subject: [PATCH] git: Add `untracked` alias --- git/config | 1 + 1 file changed, 1 insertion(+) diff --git a/git/config b/git/config index 4c7dc38..47cd59e 100644 --- a/git/config +++ b/git/config @@ -32,6 +32,7 @@ root = rev-parse --show-toplevel s = status sb = show-branch + untracked = ls-files --others --exclude-standard [credential] helper = cache [commit]