Add new comment

Grundeinrichtung für Git

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

Categories

Versionsverwaltung

Jeder Entwickler braucht eine Zeitmaschine.

Git

Das bekannte verteilte Versionskontrollsystem.

CAPTCHA
This question is for testing whether or not you are a human visitor and to prevent automated spam submissions.