21 lines
369 B
INI
21 lines
369 B
INI
[user]
|
|
name = fkrebs
|
|
email = fkrebs@nucli.de
|
|
[init]
|
|
defaultBranch = main
|
|
[pull]
|
|
rebase = true
|
|
[push]
|
|
default = simple
|
|
autoSetupRemote = true
|
|
[core]
|
|
editor = nano
|
|
excludesfile = ~/.gitignore_global
|
|
[diff]
|
|
algorithm = histogram
|
|
[alias]
|
|
s = status -sb
|
|
co = checkout
|
|
br = branch
|
|
lg = log --oneline --graph --decorate -20
|