Coding4Beginners: Setup Git

Configure Git

Type the following commands

 git config --global credential.helper store
git config --global user.name Coding4Beginner
git config --global user.email "coding4beginner@via-internet.de"
git config --list --global

Github Account

GitHub

Go to this Website and create an account für our course: https://github.com/

Go to this Website and create an account für our coursehttps://github.com/
Enter your E-Mail address
Click on Sign up for GitHub
Enter your E-Mail address
Click on Continue
Choose a password
Click on Continue
Enter a username
Click on Continue
Leave the option field empty
Click on Continue
Verify your account
Click on Continue
Enter the verification code you received by E-Mail
Select team size 2-4 and Student
Click on Continue
Select Continue for Free
Your done

Authentication

Create a token on GitHub

Use token for Authentication

echo .secrets | gh auth login --with-token