I have a repository that I have already cloned on my computer using https. I want to set up this repository as ssh so that I don't have to enter in my username and password every time I git push.
Any suggestions on how I can convert this https cloned repository to ssh without having to actually re-clone it, so that I may avoid entering my credentials all the time?