feat: Setup git credential cache

This commit is contained in:
Nathan McCarty 2022-02-23 13:38:57 -05:00
parent 1523dadf1f
commit 1d486304ac
Signed by: thatonelutenist
GPG Key ID: D70DA3DD4D1E9F96
2 changed files with 4 additions and 1 deletions

View File

@ -186,6 +186,9 @@
wordRegex = "."; wordRegex = ".";
submodule = "log"; submodule = "log";
}; };
credential = {
helper = "cache";
};
}; };
}; };
## Multimedia ## Multimedia