GIT SSH | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

GIT SSH

What is GIT SSH? Key pair and do we need to learn it to get better with git or it is just a feature?

4th Aug 2020, 12:59 PM
prakharojha
prakharojha - avatar
1 Answer
0
it allows you to access git repos via ssh protocol rather than https. you need to have a private and public ssh key, which may be consudered more secure
4th Aug 2020, 10:22 PM
Dev Project
Dev Project - avatar