rice/dots/.config/git/config

24 lines
275 B
Text
Raw Normal View History

2023-09-02 19:47:37 +00:00
[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