8000 fix(git): Use pushInsteadOf to use SSH URL to push · musq/dotfiles@ad3a619 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Commit ad3a619

Browse files
committed
fix(git): Use pushInsteadOf to use SSH URL to push
1 parent 78c93c4 commit ad3a619

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/config/git/config

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -363,6 +363,10 @@
363363
instructionFormat = "[%an - %ar] %s"
364364
autoStash = true
365365

366+
[url "git@github.com:"]
367+
pushInsteadOf = "git://github.com/"
368+
pushInsteadOf = "https://github.com/"
369+
366370
[user]
367371

368372
# Don't guess the user's identity.

0 commit comments

Comments
 (0)
0