[git] Fix includes

This commit is contained in:
Andrew Williams
2025-07-30 13:50:41 +01:00
parent 9e8e39db66
commit 8838fe8f42

View File

@@ -11,10 +11,6 @@
rh = reset --hard rh = reset --hard
dist = "!git archive --format=tar -v --prefix=$(git describe HEAD)/ $(git describe HEAD) | gzip -9 > ../$(git describe HEAD).tar.gz" dist = "!git archive --format=tar -v --prefix=$(git describe HEAD)/ $(git describe HEAD) | gzip -9 > ../$(git describe HEAD).tar.gz"
[include]
path = ~/.gitconfig-gpg
path = ~/.gitconfig-local
[init] [init]
defaultBranch = main defaultBranch = main
@@ -52,3 +48,8 @@
[url "ssh://git@github.com/2315-Media"] [url "ssh://git@github.com/2315-Media"]
insteadOf = "https://github.com/2315-Media" insteadOf = "https://github.com/2315-Media"
[include]
path = ~/.gitconfig-gpg
path = ~/.gitconfig-work
path = ~/.gitconfig-local