Skip to content

Commit fccca90

Browse files
authored
Merge pull request #1092 from christopherphan/name-explain
Add explanation of git's name
2 parents ba78263 + fe16b02 commit fccca90

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

episodes/01-basics.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,14 @@ are *distributed*, meaning that they do not need a centralized server to host th
7676
These modern systems also include powerful merging tools that make it possible for multiple authors to work on
7777
the same files concurrently.
7878

79+
Git was created by Linus Torvalds in 2005
80+
as an alternative to BitKeeper, one of the first distributed version control
81+
systems, to track changes in the Linux kernel.
82+
Torvalds provided several explanations of the name, of varying degrees of
83+
politeness, which are enumerated in the
84+
[project's README](https://github.com/git/git/blob/master/README.md?plain=1#L55),
85+
including "Global Information Tacker" for when "you're in a good mood".
86+
7987
For those interested, The Carpentries has a [Version Control with Mercurial](https://swcarpentry.github.io/hg-novice/) lesson (2013-2018), which provides additional context and historical perspective.
8088
::::::::::::::::::::::::::::::::::::::::::::::::::
8189

0 commit comments

Comments
 (0)