[ADD][GIT] Use EPITA identity for relevant repos
This commit is contained in:
parent
681b634aef
commit
e0e5f22bb2
2 changed files with 10 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
[user]
|
[user]
|
||||||
email = bruno.belanyi@epita.fr
|
email = brunobelanyi@gmail.com
|
||||||
name = Bruno BELANYI
|
name = Bruno BELANYI
|
||||||
|
|
||||||
[blame]
|
[blame]
|
||||||
|
|
@ -77,3 +77,7 @@
|
||||||
smudge = git-lfs smudge -- %f
|
smudge = git-lfs smudge -- %f
|
||||||
process = git-lfs filter-process
|
process = git-lfs filter-process
|
||||||
required = true
|
required = true
|
||||||
|
|
||||||
|
; Use my EPITA identity for repositories that should use it
|
||||||
|
[includeIf "gitdir:~/git/EPITA/"]
|
||||||
|
path = ~/.config/git/config-epita
|
||||||
|
|
|
||||||
5
git/.config/git/config-epita
Normal file
5
git/.config/git/config-epita
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
# EPITA identity
|
||||||
|
[user]
|
||||||
|
email = bruno.belanyi@epita.fr
|
||||||
|
name = Bruno BELANYI
|
||||||
|
# vim: set ft=gitconfig:
|
||||||
Loading…
Add table
Add a link
Reference in a new issue