From 2bf83ef623c1f9946a63f4a3ef31bbb732ba7f5a Mon Sep 17 00:00:00 2001 From: steveokard Date: Fri, 24 Jul 2020 22:49:35 -0400 Subject: [PATCH] new script, converts repo from https to ssh --- scripts/repo2ssh.sh | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 scripts/repo2ssh.sh diff --git a/scripts/repo2ssh.sh b/scripts/repo2ssh.sh new file mode 100755 index 0000000..573f64a --- /dev/null +++ b/scripts/repo2ssh.sh @@ -0,0 +1,2 @@ +#this command changes the git repo from HTTPS to SSH so you can use the key instead of typing in your password all the time. +git remote set-url origin git@github.com:steveokard/stevset.git