aktu
This commit is contained in:
parent
a6da425e3e
commit
b07ac177b6
1 changed files with 30 additions and 0 deletions
30
config/git/config
Normal file
30
config/git/config
Normal file
|
@ -0,0 +1,30 @@
|
||||||
|
[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
|
||||||
|
|
||||||
|
[maintenance]
|
||||||
|
repo = /home/zymon/r/test.git
|
Loading…
Reference in a new issue