blob: 7019689ea956c4ae03c31ed9826f928a8fce341f (
plain)
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
  | 
[user]
    email = duskcoder@gmail.com
    name = Olivier Gayot
[color]
    ui = true
[alias]
    st = status -s
    cp = cherry-pick
    co = checkout
    ci = commit
    amend = commit --amend
    abort = rebase --abort
    skip = rebase --skip
    continue = rebase --continue
    g = grep
    d = diff
    b = branch
[push]
    default = simple
[sendemail]
    smtpserver = smtp.gmail.com
    smtpserverport = 587
    smtpencryption = tls
    from = duskcoder@gmail.com
  |