diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-09-08 18:26:41 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-09-08 18:26:41 +0200 |
commit | 4c429eba5849be6e918a45b02553ac93970134e6 (patch) | |
tree | 8f05e1056a8fe32c03163c15d59c92fa25380df0 /%HOME%/.gitconfig | |
parent | .gitconfig: highlight whitespace diffs (diff) | |
download | linux-home-4c429eba5849be6e918a45b02553ac93970134e6.tar.gz linux-home-4c429eba5849be6e918a45b02553ac93970134e6.zip |
.gitconfig: add alias for checkout
This is temporary, I haven't used it in a while.
Diffstat (limited to '')
-rw-r--r-- | %HOME%/.gitconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/%HOME%/.gitconfig b/%HOME%/.gitconfig index 41ca6ce..baa6f8a 100644 --- a/%HOME%/.gitconfig +++ b/%HOME%/.gitconfig @@ -78,6 +78,7 @@ # Life is too short. s = status + co = checkout [filter "lfs"] smudge = git-lfs smudge -- %f |