The goal of efficiency is more slack.

Thursday, March 21, 2019

Use SSH key in Git

Create a key.
ssh-keygen -b 4096
Add key to github.com > Settings > SSH and GPG Keys.
Direct link: https://github.com/settings/keys

To use an SSH key in git, clone using SSH instead of http. (Replace "user" and "repo".)
git clone git@github.com:user/repo.git

0 comments:

Popular Posts

Recent Posts

Unordered List

Text Widget

Pages

Powered by Blogger.
Scroll To Top