aboutsummaryrefslogtreecommitdiff
path: root/git/gitconfig.mi5
blob: 060c3a789cc903b6e620ec578acb5b972992866b (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
28
[init]
    templateDir = ~/.git-template

[log]
    date = local
    decorate = short

[merge]
    ff = false
    log = 1024

[pull]
    ff = only

[push]
    default = current

[sendemail]
    confirm = compose
    smtpServer = <% SENDMAIL %>

[status]
    short = true

[user]
    name = <% NAME %>
    email = <% EMAIL %>
    signingKey = <% KEY %>