summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2021-03-28 13:17:15 -0500
committerToby Vincent <tobyv13@gmail.com>2021-03-28 13:17:15 -0500
commit026e72fdd68af4a5f4b22366dca23c9cd32897f2 (patch)
treeb76132e54f1b8d823d01483648afd93bfc4b2ffe
parentfee44e6064d641bb712fe50ac6d7b423cfdbac91 (diff)
fix: removed ssh from gitconfig
-rwxr-xr-xgitconfig6
1 files changed, 0 insertions, 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