41 lines
541 B
Text
41 lines
541 B
Text
[user]
|
|
name = Frank Villaro-Dixon
|
|
email = frank@villaro-dixon.eu
|
|
|
|
[color]
|
|
branch = auto
|
|
diff = auto
|
|
interactive = auto
|
|
status = auto
|
|
ui = auto
|
|
|
|
[alias]
|
|
st = status
|
|
ci = commit -s
|
|
commti = commit
|
|
co = checkout
|
|
br = branch
|
|
pu = push
|
|
psuh = push
|
|
puhs = push
|
|
psh = push
|
|
plul = pull
|
|
dad = add
|
|
undo-commit = reset --soft HEAD^
|
|
tag = tag -s
|
|
ap = add --patch
|
|
|
|
[core]
|
|
editor = vim
|
|
excludesfile = ~/.gitignore
|
|
hooksPath = .githooks
|
|
abbrev = 12
|
|
|
|
[merge]
|
|
tool = vimdiff
|
|
|
|
[push]
|
|
default = current
|
|
|
|
[init]
|
|
defaultBranch = main
|