summaryrefslogblamecommitdiff
path: root/dotfiles/git/config_files/git/config
blob: 5565c38242205d0ed0ecc232a529fb18815558d9 (plain) (tree)






















                                                                     
[user]
	signingkey = DC384748709D2619FF2867216D0CAFFDDB1CFE90
{%@@ if profile in role and role[profile] == "fretlink" @@%}
	email = ismael.bouya@fretlink.com
{%@@ else @@%}
	email = ismael.bouya@normalesup.org
{%@@ endif @@%}
	name = Ismaël Bouya
[commit]
	gpgsign = true
	verbose = true
[push]
	gpgSign = if-asked
{%@@ if profile in role and role[profile] == "fretlink" @@%}
[fretlink]
	remote-name = upstream
{%@@ endif @@%}
[log]
	showSignature = true
{%@@ if profile in role @@%}
[init]
	templateDir = ~/.config/git/templates_{{@@ role[profile] @@}}
{%@@ endif @@%}