feat(git): set push.autoSetupRemote to true
This commit is contained in:
parent
4ddb0a5bb8
commit
29c9a8dd41
1 changed files with 1 additions and 0 deletions
|
|
@ -12,6 +12,7 @@
|
||||||
init = { defaultBranch = "main"; };
|
init = { defaultBranch = "main"; };
|
||||||
core.editor = "nvim";
|
core.editor = "nvim";
|
||||||
pull.rebase = false;
|
pull.rebase = false;
|
||||||
|
push.autoSetupRemote = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue