fix(system): enable smart commit for git
This commit is contained in:
parent
314fc3538f
commit
afdff71d32
@ -161,6 +161,7 @@
|
|||||||
"editor.fontLigatures" = true;
|
"editor.fontLigatures" = true;
|
||||||
"security.workspace.trust.enabled" = false;
|
"security.workspace.trust.enabled" = false;
|
||||||
"remote.SSH.enableAgentForwarding" = true;
|
"remote.SSH.enableAgentForwarding" = true;
|
||||||
|
"git.enableSmartCommit" = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
@ -209,6 +210,7 @@
|
|||||||
};
|
};
|
||||||
init.defaultBranch = "main";
|
init.defaultBranch = "main";
|
||||||
pull.rebase = true;
|
pull.rebase = true;
|
||||||
|
push.autoSetupRemote = true;
|
||||||
"url \"git@github.com:\"".insteadOf = "gh:";
|
"url \"git@github.com:\"".insteadOf = "gh:";
|
||||||
"url \"git@gitlab.com:\"".insteadOf = "gl:";
|
"url \"git@gitlab.com:\"".insteadOf = "gl:";
|
||||||
"url \"git@git.lazarescu.xyz:2222/lazandrei19/\"".insteadOf = "lz:";
|
"url \"git@git.lazarescu.xyz:2222/lazandrei19/\"".insteadOf = "lz:";
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user