diff options
author | Guangxiong Lin <[email protected]> | 2024-02-25 13:40:14 +0800 |
---|---|---|
committer | Guangxiong Lin <[email protected]> | 2024-02-25 13:40:14 +0800 |
commit | c0120045e0747077d581e38efb8bc68a06bcd13d (patch) | |
tree | 7d844451f22130092493b8fce46cdee3e11a4ecf | |
parent | 66070266ef26fc1ffc2bc569513335be5cecd38b (diff) | |
download | dotfiles-c0120045e0747077d581e38efb8bc68a06bcd13d.tar.gz dotfiles-c0120045e0747077d581e38efb8bc68a06bcd13d.tar.bz2 dotfiles-c0120045e0747077d581e38efb8bc68a06bcd13d.zip |
Use ssh for github by default
-rw-r--r-- | .gitconfig | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -73,5 +73,8 @@ [rebase] autosquash = true +[url "[email protected]:"] + insteadOf = "https://github.com/" + [include] path = ~/.gitconfig_local |