1
0
Fork 0
ryzowanie/config/git/config

27 lines
784 B
Text

[user]
name = zymon
email = s@zymon.org
[core]
editor = nvim
pager = delta
[init]
defaultBranch = main
[merge]
conflictstyle = zdiff3
[rerere]
enabled = true
[alias]
st = status
staash = stash --all
cm = commit
df = diff
dfs = diff --staged
logg = log --graph --decorate --oneline --all
lg1 = log --graph --abbrev-commit --decorate --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(auto)%d%C(reset)' --all
lg2 = log --graph --abbrev-commit --decorate --format=format:'%C(bold blue)%h%C(reset) - %C(bold cyan)%aD%C(reset) %C(bold green)(%ar)%C(reset)%C(auto)%d%C(reset)%n'' %C(white)%s%C(reset) %C(dim white)- %an%C(reset)'
lg = lg1