summaryrefslogtreecommitdiff
path: root/dotfiles/git/config_files/git/config
diff options
context:
space:
mode:
Diffstat (limited to 'dotfiles/git/config_files/git/config')
-rw-r--r--dotfiles/git/config_files/git/config23
1 files changed, 23 insertions, 0 deletions
diff --git a/dotfiles/git/config_files/git/config b/dotfiles/git/config_files/git/config
new file mode 100644
index 0000000..5565c38
--- /dev/null
+++ b/dotfiles/git/config_files/git/config
@@ -0,0 +1,23 @@
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 @@%}