Git: Unterschied zwischen den Versionen

Aus UUGRN
(draaaaft!)
 
K (wiki formatirung,..., +kat, +stub)
 
(Eine dazwischenliegende Version von einem anderen Benutzer wird nicht angezeigt)
Zeile 1: Zeile 1:
[[git]] ist ein verteiltes Versionskontrollsystem.
+
'''git''' ist ein verteiltes Versionskontrollsystem.
 +
 
 +
== Konfiguration ==
 +
Eine beispielhafte <code>~/.gitconfig</code> könnte in etwa so aussehen:
 +
<pre>
 +
[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</pre>
 +
 
 +
 
 +
[[Kategorie:Software]]
 +
{{Stub}}

Aktuelle Version vom 20. Dezember 2009, 21:10 Uhr

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.