git: push to remote branch with same name
This commit is contained in:
parent
dfd35efa58
commit
e976a09257
1 changed files with 4 additions and 1 deletions
|
@ -29,7 +29,10 @@ in
|
||||||
fetch.prune = true;
|
fetch.prune = true;
|
||||||
init.defaultBranch = "main";
|
init.defaultBranch = "main";
|
||||||
merge.conflictstyle = "zdiff3";
|
merge.conflictstyle = "zdiff3";
|
||||||
push.autoSetupRemote = true;
|
push = {
|
||||||
|
default = "current";
|
||||||
|
autoSetupRemote = true;
|
||||||
|
};
|
||||||
pull.ff = "only";
|
pull.ff = "only";
|
||||||
};
|
};
|
||||||
ignores = [ "/.nix" "/.direnv" ];
|
ignores = [ "/.nix" "/.direnv" ];
|
||||||
|
|
Loading…
Reference in a new issue