diff options
Diffstat (limited to 'git')
| -rw-r--r-- | git/.gitconfig | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/git/.gitconfig b/git/.gitconfig index 017cd90..7e5bd8d 100644 --- a/git/.gitconfig +++ b/git/.gitconfig @@ -59,9 +59,11 @@ user = simenandre [pull] rebase = true + rebase = true + +[url "ssh://git@github.com/"] + insteadOf = https://github.com/ -[url "git@github.com:"] - insteadOf = https://github.com/ [gpg "ssh"] program = /Applications/1Password.app/Contents/MacOS/op-ssh-sign [commit] |
