Skip to content

Instantly share code, notes, and snippets.

View Scorpovi4's full-sized avatar
🎯
Focusing

Scorpovi4

🎯
Focusing
  • Mercenary
  • Anywhere
View GitHub Profile
@Scorpovi4
Scorpovi4 / Git.md
Last active October 16, 2019 11:44
Git features

Git

SSH generation and registration in SSH-agent

$ ssh-keygen -t rsa -b 4096 -C "your_email@example.com"
$ eval $(ssh-agent -s)
$ ssh-add ~/.ssh/id_rsa

How to config gist up under win10