Fix whitespaces in .gitconfig file

This commit is contained in:
Fabio Scotto di Santolo
2024-07-26 21:28:58 +02:00
parent 2fd3c675a7
commit 27ca5ead34

View File

@@ -33,10 +33,10 @@
[interactive] [interactive]
diffFilter = delta --color-only diffFilter = delta --color-only
[alias] [alias]
lg = log --graph --abbrev-commit --decorate --date=relative --format=format:'%C(bold blue)%h%C(reset) - %C(bold green)(%ar)%C(reset) %C(white)%s%C(reset) %C(dim white)- %an%C(reset)%C(bold yellow)%d%C(reset)%n' --all lg = log --graph --abbrev-commit --decorate --date=relative --format=format:'%C(bold blue)%h%C(reset) - %C(bold green)(%ar)%C(reset) %C(white)%s%C(reset) %C(dim white)- %an%C(reset)%C(bold yellow)%d%C(reset)%n' --all
onelinegraph = log --oneline --graph --decorate onelinegraph = log --oneline --graph --decorate
expireunreachablenow = reflog expire --expire-unreachable=now --all expireunreachablenow = reflog expire --expire-unreachable=now --all
gcunreachablenow = gc --prune=now gcunreachablenow = gc --prune=now
ld = log -p ld = log -p
undo = reset --soft HEAD~1 undo = reset --soft HEAD~1
stash-all = stash save --include-untracked stash-all = stash save --include-untracked