Add some specific git config
This commit is contained in:
@@ -13,8 +13,20 @@
|
||||
pull = { rebase = true; };
|
||||
fetch = { prune = true; };
|
||||
};
|
||||
};
|
||||
|
||||
imports = [
|
||||
includes = [
|
||||
{
|
||||
condition = "gitdir:~/git.noahknegt.com";
|
||||
contents = {
|
||||
userEmail = "git@noahknegt.com";
|
||||
};
|
||||
}
|
||||
{
|
||||
condition = "gitdir:~/open-source";
|
||||
contents = {
|
||||
userEmail = "git@noahknegt.com";
|
||||
};
|
||||
}
|
||||
];
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user