ansible-common/files/gitconfig
Frank Villaro-Dixon ab5435961b add bash & git
Signed-off-by: Frank Villaro-Dixon <frank@villaro-dixon.eu>
2024-10-04 22:05:52 +02:00

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