rice/dots/.config/git/config
2024-05-20 12:06:16 +02:00

23 lines
275 B
Text

[user]
email = dev@buffet.sh
name = buffet
[alias]
b = branch
c = commit --verbose
m = commit --ammend --verbose
d = diff
ds = diff --stat
dc = diff --cached
l = log
s = status -s
[init]
defaultBranch = master
[push]
autoSetupRemote = true
[pull]
ff = only