git: push to remote branch with same name

This commit is contained in:
Adithya 2024-06-09 23:57:31 +05:30
parent dfd35efa58
commit e976a09257
Signed by: adtya
GPG key ID: B8857BFBA2C47B9C

View file

@ -29,7 +29,10 @@ in
fetch.prune = true;
init.defaultBranch = "main";
merge.conflictstyle = "zdiff3";
push.autoSetupRemote = true;
push = {
default = "current";
autoSetupRemote = true;
};
pull.ff = "only";
};
ignores = [ "/.nix" "/.direnv" ];