feat(git): prefer ssh for github pushes

This commit is contained in:
Bryan Ramos 2026-04-30 22:43:48 -04:00
parent 8b16b7047c
commit 7ea8c164bc

3
config
View file

@ -26,3 +26,6 @@
# Enable per-project with: git config --local commit.gpgSign true # Enable per-project with: git config --local commit.gpgSign true
[commit] [commit]
gpgSign = false gpgSign = false
[url "git@github.com:"]
pushInsteadOf = https://github.com/