mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-07-14 00:22:39 +02:00
feat: use diffrent email & name for work
This commit is contained in:
@@ -9,6 +9,14 @@
|
|||||||
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;
|
||||||
|
|||||||
Reference in New Issue
Block a user