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