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