blob: c528fea3c737568f2c72a29eae5388d9b852c4dc (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
[color]
ui = true
[push]
default = simple
[alias]
amend = commit --amend
br = branch
ci = commit
co = checkout
pr = pull --rebase
st = status -sb
lg = log --graph --oneline --decorate
[core]
whitespace = trailing-space,space-before-tab
excludesfile = ~/.gitignore
[branch]
autosetuprebase = remote
[include]
path = ~/.gitconfig.private
[http]
postBuffer = 524288000
|