From daa0c66fa4753febcf09246aa34710a14138affa Mon Sep 17 00:00:00 2001 From: histalek Date: Thu, 27 Oct 2022 23:06:47 +0200 Subject: [PATCH] git: Add alias to easily list tracked files --- .config/git/config | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/git/config b/.config/git/config index 9ed6e4c..de9572b 100644 --- a/.config/git/config +++ b/.config/git/config @@ -6,6 +6,7 @@ [alias] feature-branch = checkout -b force-push = push --force-with-lease + ls-files = ls-tree --full-tree -r --name-only HEAD ls = log --pretty=format:"%C(yellow)%h%Cred%d\\ %Creset%s%Cblue\\ [%cn]" --decorate ll = ls --numstat