We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
ssh-keygen -t rsa -b 4096 -C "your_email@example.com"