aboutsummaryrefslogtreecommitdiff
path: root/gitconfig.template
blob: 66204d3c4f62e8ea0f377ccda92e1220f4fa6e6c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[user]
    name = #NAME#
    email = #EMAIL#

[alias]
    st = status
    ci = commit
    br = branch
    co = checkout
    df = diff
    lg = log -p

[core]
    whitespace = trailing-space,space-before-tab,cr-at-eol
    editor = vim
    autocrlf = input

[color]
    ui = true