mirror of
https://github.com/nikdoof/dotfiles.git
synced 2025-12-11 16:52:26 +00:00
[git] Fix includes
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user