[ADD][GIT] Use EPITA identity for relevant repos

This commit is contained in:
Bruno BELANYI 2020-06-01 17:36:18 +02:00
parent 681b634aef
commit e0e5f22bb2
2 changed files with 10 additions and 1 deletions

View file

@ -1,5 +1,5 @@
[user]
email = bruno.belanyi@epita.fr
email = brunobelanyi@gmail.com
name = Bruno BELANYI
[blame]
@ -77,3 +77,7 @@
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true
; Use my EPITA identity for repositories that should use it
[includeIf "gitdir:~/git/EPITA/"]
path = ~/.config/git/config-epita

View file

@ -0,0 +1,5 @@
# EPITA identity
[user]
email = bruno.belanyi@epita.fr
name = Bruno BELANYI
# vim: set ft=gitconfig: