home: git: add EPITA identity
Make it conditional on the repositorie's path, as with the Arch configuration.
This commit is contained in:
parent
12712f3f77
commit
d5ec493b92
|
@ -91,5 +91,10 @@
|
||||||
autoStash = true;
|
autoStash = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Multiple identities
|
||||||
|
includes = [
|
||||||
|
{ path = ./epita.config; condition = "gitdir:~/git/EPITA/"; }
|
||||||
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
4
home/git/epita.config
Normal file
4
home/git/epita.config
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
[user]
|
||||||
|
email = bruno.belanyi@epita.fr
|
||||||
|
name = Bruno BELANYI
|
||||||
|
# vim: set ft=gitconfig:
|
Loading…
Reference in a new issue