blob: 7448ab77eee3e0ce06259556641e142600bdd1ec (
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
|
[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
[user]
name = Franck Cuny
email = franck@fcuny.net
[alias]
s = status --short --branch
amend = commit --amend --no-edit
|