From 0e6a97b8f323080b8433362a70a17f31d44449b7 Mon Sep 17 00:00:00 2001 From: Danielle McLean Date: Tue, 4 Oct 2016 08:34:07 +1100 Subject: [PATCH] Push to GitHub over SSH even if you cloned over HTTPS --- .config/git/config | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.config/git/config b/.config/git/config index e61b08d..9d8600d 100644 --- a/.config/git/config +++ b/.config/git/config @@ -10,3 +10,6 @@ [commit] gpgsign = true + +[url "git@github.com:"] + pushInsteadOf = https://github.com/