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:
parent
896dfd8b13
commit
a8984092bd
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue