Make ssh better/faster?
This commit is contained in:
parent
6a7a16807d
commit
e35ba5af34
1 changed files with 6 additions and 0 deletions
|
@ -33,6 +33,12 @@ in
|
||||||
|
|
||||||
credential.helper = "manager";
|
credential.helper = "manager";
|
||||||
credential.credentialStore = "cache";
|
credential.credentialStore = "cache";
|
||||||
|
|
||||||
|
core = {
|
||||||
|
fsmonitor = true;
|
||||||
|
untrackedcache = true;
|
||||||
|
};
|
||||||
|
fetch.writeCommitGraph = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
userName = config.name;
|
userName = config.name;
|
||||||
|
|
Loading…
Add table
Reference in a new issue