I was wondering what is the safest way to use services like Github and Bitbucket. What are the differences between use HTTPS and use SSH?
Will it change how the repositories are invoked? I meant, I have seen commands like:
git clone git@github.com:nsf/godit.git
and
git clone https://github.com/nsf/godit.git
I'd like avoid problems like this: