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

[merge]
    ff = false

[pull]
    ff = only

[push]
    default = current

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

[status]
    short = true

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