how can i configure git to force ssh until not possible!
If I check remote by doing:
git remote -v
they are all https://....
urls and not
ssh:...
which would relief me from typing passwords every time.
how can i configure git to force ssh until not possible!
If I check remote by doing:
git remote -v
they are all https://....
urls and not
ssh:...
which would relief me from typing passwords every time.