]> git.rmz.io Git - dotfiles.git/blob - git/config
801601a0c7538f05491da58ab96979ecb3ba429a
[dotfiles.git] / git / config
1 [user]
2 name = Samir Benmendil
3 email = me@rmz.io
4 [color]
5 branch = auto
6 status = auto
7 ui = auto
8 diff = auto
9 [push]
10 default = current
11 recurseSubmodules = check
12 [diff]
13 tool = vimdiff
14 [color "diff"]
15 new = cyan bold
16 old = red bold
17 meta = green
18 [sendemail]
19 smtpencryption = tls
20 smtpserver = /usr/bin/msmtp
21 smtpuser =
22 [mergetool "fugitive"]
23 cmd = vim -f -c \"Gvdiff\" \"$MERGED\"
24 [merge]
25 tool = fugitive
26 defaultToUpstream = true
27 [mergetool]
28 prompt = no
29 [rebase]
30 autostash = true
31 autosquash = true
32 [status]
33 submodulesummary = true
34 [rerere]
35 enabled = true
36 [pull]
37 rebase = interactive
38 [branch "master"]
39 rebase = preserve
40 [branch "develop"]
41 rebase = preserve
42 [commit]
43 verbose = true