Git
Aus UUGRN
git ist ein verteiltes Versionskontrollsystem.
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