Skip to content

How-To: Set up SSH & GitHub

Configure SSH for GitHub and set global user name/email:

git config --global user.name "Your GitHub user name"
git config --global user.email YourGitAdress@example.com