Add platform-specific git configs

This commit is contained in:
Ben Kreeger 2025-06-24 12:23:08 -05:00
parent e1324677ab
commit 7ea1cc3430
Signed by: kreeger
GPG Key ID: 1F33DAF2F49E4046
2 changed files with 5 additions and 0 deletions

View File

@ -27,3 +27,5 @@
defaultBranch = main
[pull]
ff = only
[includeIf "gitdir:/home/"]
path = ~/.config/git/config-linux

3
git/config-linux Normal file
View File

@ -0,0 +1,3 @@
[credential]
helper = cache --timeout=86400