-
Notifications
You must be signed in to change notification settings - Fork 6
Home
Arthur Kelsch edited this page Apr 27, 2018
·
2 revisions
Welcome to the autoverwaltung wiki!
Download: https://git-scm.com/downloads
Name & Email setzen:
git config --global user.name "John Doe"
git config --global user.email "johndoe@example.com"
Man kann für die Email eine noreply Email-Adresse von GitHub verwenden.
In IntelliJ kann man unter Version Control > GitHub
seinen GitHub Login eintragen. Unter Version Control > Git
muss man den Pfad der git.exe
angeben, z.B. C:\Program Files\Git\bin\git.exe
.