Git

Aus UUGRN

git ist ein verteiltes Versionskontrollsystem.

Konfiguration[Bearbeiten]

Eine beispielhafte ~/.gitconfig könnte in etwa so aussehen:

[user]
   name = Desmond Hume
   email = d.hume@dharma.org

[color]
   diff = auto
   status = auto
   branch = auto
   interactive = auto
   pager = true

[github]
   user = dhume
   token = asdfjklö1234567890

[core]
   pager = less -FRSX
   whitespace=fix,-indent-with-non-tab,trailing-space,cr-at-eol

[pager]
   color = true
UUGRN-Wiki verbessern („Stub”)

Dieser Artikel ist leider sehr kurz. Also: Sei mutig und mache aus ihm bitte einen guten Artikel, wenn du mehr zum Thema „Git” weißt.