home: git: add EPITA identity

Make it conditional on the repositorie's path, as with the Arch
configuration.
This commit is contained in:
Bruno BELANYI 2021-02-19 22:06:51 +00:00
parent 12712f3f77
commit d5ec493b92
2 changed files with 9 additions and 0 deletions

View file

@ -91,5 +91,10 @@
autoStash = true;
};
};
# Multiple identities
includes = [
{ path = ./epita.config; condition = "gitdir:~/git/EPITA/"; }
];
};
}

4
home/git/epita.config Normal file
View file

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