dev: automated commit - 2025-05-31 15:50:49

This commit is contained in:
Mariano Z. 2025-05-31 15:50:49 -03:00
parent 6629b42952
commit 9076125efa
7 changed files with 62 additions and 54 deletions

View file

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

View file

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