feat(home/base/core/git.nix): trim.bases

This commit is contained in:
Ryan Yin
2024-05-10 15:01:25 +08:00
parent c65018f450
commit e97e61c8d2

View File

@@ -25,7 +25,7 @@
includes = [
{
# use diffrent email & name for work
# use different email & name for work
path = "~/work/.gitconfig";
condition = "gitdir:~/work/";
}
@@ -33,6 +33,7 @@
extraConfig = {
init.defaultBranch = "main";
trim.bases = "develop,master,main"; # for git-trim
push.autoSetupRemote = true;
pull.rebase = true;