From 2b6d51aa5d92f3a1fc1b0f2cf67357e35411332a Mon Sep 17 00:00:00 2001 From: Darren 'Tadgy' Austin Date: Thu, 12 Oct 2023 22:09:02 +0100 Subject: [PATCH] Add a 'lsut' alias to git. --- .gitconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitconfig b/.gitconfig index 58239ae..45d8877 100644 --- a/.gitconfig +++ b/.gitconfig @@ -20,6 +20,7 @@ c = commit co = checkout d = diff + lsut = ls-files --others --exclude-standard --directory --error-unmatch -- ':/*' p = push s = status [safe]