Fix whitespaces in .gitconfig file
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user