19 lines
246 B
Text
19 lines
246 B
Text
[user]
|
|
email = dev@buffet.sh
|
|
name = buffet
|
|
|
|
[init]
|
|
defaultBranch = master
|
|
|
|
[alias]
|
|
a = add
|
|
c = commit --verbose
|
|
m = commit --amend --verbose
|
|
|
|
d = diff
|
|
ds = diff --stat
|
|
dc = diff --cached
|
|
|
|
s = status -s
|
|
co = checkout
|
|
cob = checkout -b
|