diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-11-01 22:01:53 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-11-01 22:01:53 +0300 |
commit | 60b9a72b4442b86d1b9ec1bdb1f61d831d029fb8 (patch) | |
tree | 983577e84c399ef04d1ae51aa5ae6846fee53e7a /%HOME%/.gitconfig | |
parent | .ssh: yay, Bitbucket came to its senses (diff) | |
download | linux-home-60b9a72b4442b86d1b9ec1bdb1f61d831d029fb8.tar.gz linux-home-60b9a72b4442b86d1b9ec1bdb1f61d831d029fb8.zip |
.gitconfig: alias.s = status
Diffstat (limited to '')
-rw-r--r-- | %HOME%/.gitconfig | 3 |
1 files changed, 3 insertions, 0 deletions
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 |