From 026e72fdd68af4a5f4b22366dca23c9cd32897f2 Mon Sep 17 00:00:00 2001 From: Toby Vincent Date: Sun, 28 Mar 2021 13:17:15 -0500 Subject: fix: removed ssh from gitconfig --- gitconfig | 6 ------ 1 file changed, 6 deletions(-) diff --git a/gitconfig b/gitconfig index 422f7ea..ab0e909 100755 --- a/gitconfig +++ b/gitconfig @@ -4,18 +4,12 @@ email = tobyv13@gmail.com name = Toby Vincent username = tobyvin -[hub] - protocol = ssh [core] editor = \"C:\\Users\\tobyv\\AppData\\Local\\Programs\\Microsoft VS Code\\Code.exe\" --wait [diff] tool = default-difftool [difftool "default-difftool"] cmd = code --wait --diff $LOCAL $REMOTE -[url "git@github.com:"] - pushInsteadOf = "https://github.com/" -[url "https://github.com/"] - insteadOf = "git@github.com:" [alias] ## basic st = status -s -- cgit v1.2.3-70-g09d2