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

[log]
    date = local
    decorate = short

[merge]
    ff = false
    log = 1024

[pull]
    ff = only

[push]
    default = current
    followTags = true

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

[status]
    short = true

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