1
0
Fork 0

git: alias cp = cherry-pick

This commit is contained in:
tastytea 2023-10-19 22:35:52 +02:00
parent 3e9f1d8c94
commit 3a8b842088
Signed by: tastytea
SSH Key Fingerprint: SHA256:FBkvrOlhq5use1XEttyUGT4bUTDVA1ar9SgIc9P03cM
1 changed files with 1 additions and 0 deletions

View File

@ -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