blob: 02ec9523efff2b549992b43cea9f3103e9990272 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
[color]
ui = true
[push]
default = simple
[core]
whitespace = trailing-space,space-before-tab
excludesfile = ~/.gitignore
[branch]
autosetuprebase = remote
[include]
path = ~/.gitconfig.private
[http]
postBuffer = 524288000
[alias]
s = status --short --branch
amend = commit --amend --no-edit
|