new script, converts repo from https to ssh

This commit is contained in:
Stefen Auris 2020-07-24 22:49:35 -04:00
parent ad0a158710
commit 2bf83ef623

2
scripts/repo2ssh.sh Executable file
View file

@ -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