fix(gitconfig): remove github redirect

This had issues on intial setup, because then we need a SSH key to access and pull repositories.
With this, we also cannot pull our ZSH plugins. So we removed this for now.
This commit is contained in:
Saibotk 2024-12-03 02:11:15 +01:00
parent 896dfd8b13
commit a8984092bd
Signed by: saibotk
GPG key ID: 67585F0065E261D5

View file

@ -42,7 +42,5 @@
submoduleSummary = true submoduleSummary = true
[branch] [branch]
sort = -committerdate sort = -committerdate
[url "git@github.com:"]
insteadOf = "https://github.com/"
[push] [push]
autoSetupRemote = true autoSetupRemote = true