Skip to content
zelenko edited this page Sep 16, 2020 · 5 revisions

Line endings on Windows:

  • git config --global user.name username
  • git config --global user.email johndoe@example.com
  • git config --global core.autocrlf input
  • git config --global core.eol lf

Generate key par:

ssh-keygen -t rsa -b 4096 -C "your_email@example.com"

Clone this wiki locally