From 3a8b84208884ccc32201db4054c517fb9bb980bd Mon Sep 17 00:00:00 2001 From: tastytea Date: Thu, 19 Oct 2023 22:35:52 +0200 Subject: [PATCH] git: alias cp = cherry-pick --- .config/git/config | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/git/config b/.config/git/config index d5a926a..6f43e71 100644 --- a/.config/git/config +++ b/.config/git/config @@ -34,6 +34,7 @@ tree = log --graph --decorate --pretty='format:%h %cs %s %d' --abbrev-commit last-branches = for-each-ref --sort=-committerdate refs/heads/ --format='%(refname:short)' --count=5 review = log --patch --reverse + cp = cherry-pick [core] pager = ( delta || diff-highlight | ( highlight-diffpatch || cat ) | less --tabs=4 -RFX ) compression = 0