diff options
author | Santo Cariotti <santo@dcariotti.me> | 2024-10-03 11:02:57 +0200 |
---|---|---|
committer | Santo Cariotti <santo@dcariotti.me> | 2024-10-03 11:02:57 +0200 |
commit | 3bb2b1ef020a029dde7681393df90332aa870c73 (patch) | |
tree | 98b7a73e92fc549b84df8bdf69c9a5cf96201be1 | |
parent | 249c4c38565933e8020326f439cc63f2d686492d (diff) |
fix(git): ssh
-rwxr-xr-x | git/.gitconfig | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/git/.gitconfig b/git/.gitconfig index 2863ba2..081dc4c 100755 --- a/git/.gitconfig +++ b/git/.gitconfig @@ -43,5 +43,7 @@ algorithm = histogram [safe] directory = /home/santo/Documents/Notes -[url "ssh://git@github.com"] - insteadOf = https://github.com +[url "git@github.com:"] + pushInsteadOf = "https://github.com/" + pushInsteadOf = "github:" + pushInsteadOf = "git://github.com/" |