From 60b9a72b4442b86d1b9ec1bdb1f61d831d029fb8 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Mon, 1 Nov 2021 22:01:53 +0300 Subject: .gitconfig: alias.s = status --- %HOME%/.gitconfig | 3 +++ 1 file changed, 3 insertions(+) (limited to '%HOME%') diff --git a/%HOME%/.gitconfig b/%HOME%/.gitconfig index 8967f2f..9312ee4 100644 --- a/%HOME%/.gitconfig +++ b/%HOME%/.gitconfig @@ -72,6 +72,9 @@ # Pass "-a" to skip using `git add`. fixup = !GIT_EDITOR=true git commit --amend + # Life is too short. + s = status + [filter "lfs"] smudge = git-lfs smudge -- %f process = git-lfs filter-process -- cgit v1.2.3