git: alias cp = cherry-pick
This commit is contained in:
parent
3e9f1d8c94
commit
3a8b842088
|
@ -34,6 +34,7 @@
|
||||||
tree = log --graph --decorate --pretty='format:%h %cs %s %d' --abbrev-commit
|
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
|
last-branches = for-each-ref --sort=-committerdate refs/heads/ --format='%(refname:short)' --count=5
|
||||||
review = log --patch --reverse
|
review = log --patch --reverse
|
||||||
|
cp = cherry-pick
|
||||||
[core]
|
[core]
|
||||||
pager = ( delta || diff-highlight | ( highlight-diffpatch || cat ) | less --tabs=4 -RFX )
|
pager = ( delta || diff-highlight | ( highlight-diffpatch || cat ) | less --tabs=4 -RFX )
|
||||||
compression = 0
|
compression = 0
|
||||||
|
|
Loading…
Reference in New Issue
Block a user