Simplify git configs and undo template
parent
6dd9328adc
commit
648edd2341
@ -1,7 +0,0 @@
|
||||
{{ if and .hellotech (lookPath "git") -}}
|
||||
[url "git@github.com:HelloTech"]
|
||||
insteadOf = https://github.com/HelloTech
|
||||
email = buddy@hellotech.com
|
||||
[init]
|
||||
templateDir = ~/.config/git/template
|
||||
{{- end }}
|
@ -1,6 +0,0 @@
|
||||
{{ if lookPath "git" -}}
|
||||
[url "ssh://git@git.buddy.wtf:2022"]
|
||||
insteadOf = https://git.buddy.wtf
|
||||
[url "ssh://git@git.xbudex.com:2022"]
|
||||
insteadOf = https://git.xbudex.com
|
||||
{{- end }}
|
Loading…
Reference in New Issue