-
Notifications
You must be signed in to change notification settings - Fork 6
Git
zelenko edited this page Sep 16, 2020
·
5 revisions
git config --global user.name username
git config --global user.email [email protected]
git config --global core.autocrlf input
git config --global core.eol lf
ssh-keygen -t rsa -b 4096 -C "[email protected]"