dev: automated commit - 2025-05-31 15:50:49
This commit is contained in:
parent
6629b42952
commit
9076125efa
7 changed files with 62 additions and 54 deletions
|
@ -59,8 +59,8 @@
|
|||
plain = blue
|
||||
|
||||
[interactive]
|
||||
diffFilter = diff-so-fancy --patch
|
||||
signlekey = true
|
||||
; diffFilter = diff-so-fancy --patch
|
||||
singlekey = true
|
||||
|
||||
[credential]
|
||||
helper = /usr/lib/git-core/git-credential-libsecret
|
||||
|
@ -77,8 +77,8 @@
|
|||
renames = copies
|
||||
interHunkContext = 10
|
||||
|
||||
[pager]
|
||||
pager = diff-so-fancy | $PAGER
|
||||
; [pager]
|
||||
; pager = diff-so-fancy | less --tabs=4 -RF
|
||||
|
||||
[diff-so-fancy]
|
||||
markEmptyLines = false
|
||||
|
|
|
@ -10,8 +10,10 @@
|
|||
o = checkout
|
||||
p = pull
|
||||
r = restore
|
||||
cleanout = restore
|
||||
rs = restore --staged
|
||||
s = status
|
||||
ush = push
|
||||
|
||||
# Frequently used commands
|
||||
aa = add --all
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue