Improve git performance
Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
@@ -27,6 +27,9 @@ in
|
|||||||
extraConfig = {
|
extraConfig = {
|
||||||
credential.helper = "store";
|
credential.helper = "store";
|
||||||
push.autoSetupRemote = true;
|
push.autoSetupRemote = true;
|
||||||
|
core.fsmonitor = true;
|
||||||
|
feature.manyFiles = true;
|
||||||
|
fetch.writeCommitGraph = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
hooks = {
|
hooks = {
|
||||||
|
Reference in New Issue
Block a user