Submitted by Erik Wegner
on
Body
Die folgenden Befehle geben GIT global bekannt, wer der Autor ist, der aus diesem Benutzerkonto Änderungen (auch lokal) einreicht.
git config --global user.name "Your name" git config --global user.email you@example.com
Farbige Ausgabe kann mit diesen Befehlen aktiviert werden:
git config --global color.diff auto git config --global color.status auto git config --global color.branch auto
Quelle: https://docs.google.com/present/view?id=ddsd5sw7_513frxtvkfq
Comments
finde ich super artikel,
finde ich super artikel, danke für info.