GIT -Konfigurations -Benutzername und Passwort global
git config --global user.name "fname lname"
git config --global user.email "[email protected]"
git config --global user.password "secret"
Uptight Unicorn