diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2023-06-11 12:49:52 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2023-06-11 12:49:52 +0200 |
commit | 6ce7a3f073778619fde55a7463bfb9ccd9deaf3e (patch) | |
tree | 11a05b2a2dc719fc393f6cd6401b3e9f4e689a32 /%HOME%/.gitconfig | |
parent | vim_plugins.sh: fix a typo (diff) | |
download | linux-home-6ce7a3f073778619fde55a7463bfb9ccd9deaf3e.tar.gz linux-home-6ce7a3f073778619fde55a7463bfb9ccd9deaf3e.zip |
git: add cherry-pick alias
Diffstat (limited to '%HOME%/.gitconfig')
-rw-r--r-- | %HOME%/.gitconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/%HOME%/.gitconfig b/%HOME%/.gitconfig index 1e01521..ab9cb04 100644 --- a/%HOME%/.gitconfig +++ b/%HOME%/.gitconfig @@ -83,6 +83,7 @@ # Life is too short. s = status co = checkout + cp = cherry-pick [filter "lfs"] smudge = git-lfs smudge -- %f |