What is SSH | Why it is useful | How to setup SSH keys on GitHub and Bitbucket
Usually, working on our project, we clone our repository using HTTPS. Something like this,
raman@raman-Inspiron-15-3552:~/Documents$ git clone https://github.com/ramankarki/portfolio.git
Cloning into 'portfolio'...
remote: Enumerating objects: 586, d...
blog.ramankarki.dev5 min read