We're a place where coders share, stay up-to-date and grow their careers.
Cool! Do you know if there is a way to choose your SSH Key for use with git clone when first cloning the repo?
yes it is git clone -c core.sshCommand="ssh -i ~/.ssh/your-ssh-fileName" git@github.com:orgname/repo.git
git clone -c core.sshCommand="ssh -i ~/.ssh/your-ssh-fileName" git@github.com:orgname/repo.git
Cool! Do you know if there is a way to choose your SSH Key for use with git clone when first cloning the repo?
yes it is
git clone -c core.sshCommand="ssh -i ~/.ssh/your-ssh-fileName" git@github.com:orgname/repo.git