]> git.immae.eu Git - perso/Immae/Config/dotdrop.git/blame - dotfiles/git/config_files/git/config
Validation initiale
[perso/Immae/Config/dotdrop.git] / dotfiles / git / config_files / git / config
CommitLineData
1950387f
IB
1[user]
2 signingkey = DC384748709D2619FF2867216D0CAFFDDB1CFE90
3{%@@ if profile in role and role[profile] == "fretlink" @@%}
4 email = ismael.bouya@fretlink.com
5{%@@ else @@%}
6 email = ismael.bouya@normalesup.org
7{%@@ endif @@%}
8 name = Ismaël Bouya
9[commit]
10 gpgsign = true
11 verbose = true
12[push]
13 gpgSign = if-asked
14{%@@ if profile in role and role[profile] == "fretlink" @@%}
15[fretlink]
16 remote-name = upstream
17{%@@ endif @@%}
18[log]
19 showSignature = true
20{%@@ if profile in role @@%}
21[init]
22 templateDir = ~/.config/git/templates_{{@@ role[profile] @@}}
23{%@@ endif @@%}