mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-25 10:18:37 +02:00
feat: use diffrent email & name for work
This commit is contained in:
@@ -9,10 +9,18 @@
|
|||||||
userName = "Ryan Yin";
|
userName = "Ryan Yin";
|
||||||
userEmail = "xiaoyin_c@qq.com";
|
userEmail = "xiaoyin_c@qq.com";
|
||||||
|
|
||||||
|
includes = [
|
||||||
|
{
|
||||||
|
# use diffrent email & name for work
|
||||||
|
path = "~/mobiuspace/.gitconfig";
|
||||||
|
condition = "gitdir:~/mobiuspace/";
|
||||||
|
}
|
||||||
|
];
|
||||||
|
|
||||||
extraConfig = {
|
extraConfig = {
|
||||||
pull = {
|
pull = {
|
||||||
rebase = true;
|
rebase = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
# signing = {
|
# signing = {
|
||||||
|
|||||||
Reference in New Issue
Block a user