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