git GIT是什么的缩写?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/43959748/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
what is the abbreviation of GIT?
提问by lisonwu
In the manual, GIT is "the stupid content tracker". The abbreviation of "the stupid content tracker" is not GIT. I doubt about what the abbreviation of GIT.
在手册中,GIT 是“愚蠢的内容跟踪器”。“愚蠢的内容跟踪器”的缩写不是 GIT。我怀疑GIT的缩写是什么。
采纳答案by VonC
Note: git is spelled 'git' (for the command) or Git (for the product).
Not "GIT", since it is notan acronym, but rather an expression of intent: a tool which does "just" version control without trying to be smart (and include tons of other features)
See for instance "git-merge-stupid.sh
"
注意:git 拼写为“git”(对于命令)或 Git(对于产品)。
不是“GIT”,因为它不是首字母缩略词,而是一种意图表达:一种“仅”进行版本控制而不试图变得聪明的工具(并包括大量其他功能)
参见例如“ git-merge-stupid.sh
”
Note that the more recent 2016 commitremove that title:
请注意,最近的 2016 年提交删除了该标题:
-Git - the stupid content tracker
-================================
+Git - fast, scalable, distributed revision control system
"the stupid content tracker" was true in the early days of Git, but hardly applicable these days. "fast, scalable, distributed" describes Git more accurately.
Also, "stupid" can be seen as offensive by some people. Let's not use it in the very first words of the README.
The new formulation is taken from the description of the Debian package.
“愚蠢的内容跟踪器”在 Git 的早期是正确的,但现在几乎不适用。“快速、可扩展、分布式”更准确地描述了 Git。
此外,“愚蠢”可能会被某些人视为冒犯。我们不要在自述文件的第一句话中使用它。
新公式取自 Debian 软件包的描述。
This started in 2007 already with commit e19b91b(13 Feb 2007) by Nicolas Pitre.
这在 2007 年已经开始,由 Nicolas Pitre提交 e19b91b(2007 年 2 月 13 日)。
Update RPM core package description (Git isn't as stupid as it used to be)
更新 RPM 核心包描述(Git 不像以前那样愚蠢了)
The original description was:
原来的描述是:
This is a stupid (but extremely fast) directory content manager.
It doesn't do a whole lot, but what it doesdo is track directory contents efficiently. It is intended to be the base of an efficient, distributed source code management system. This package includes rudimentary tools that can be used as a SCM, but you should look elsewhere for tools for ordinary humans layered on top of this.
这是一个愚蠢(但速度极快)的目录内容管理器。
它没有做了一大堆,但它确实做有效的跟踪目录的内容。它旨在成为高效的分布式源代码管理系统的基础。该软件包包含可用作 SCM 的基本工具,但您应该在其他地方寻找适合普通人使用的工具。
Replaced with:
替换为:
Git is a fast, scalable, distributed revision control system with an unusually rich command set that provides both high-level operations and full access to internals.
Git 是一个快速、可扩展、分布式版本控制系统,具有异常丰富的命令集,提供高级操作和对内部的完全访问。
回答by Zanchey
According to the initial commit to the git tree:
"git" can mean anything, depending on your mood.
- random three-letter combination that is pronounceable, and not actually used by any common UNIX command. The fact that it is a mispronounciation of "get" may or may not be relevant.
- stupid. contemptible and despicable. simple. Take your pick from the dictionary of slang.
- "global information tracker": you're in a good mood, and it actually works for you. Angels sing, and a light suddenly fills the room.
- "goddamn idiotic truckload of sh*t": when it breaks
“git”可以表示任何意思,这取决于您的心情。
- 可发音的随机三个字母组合,实际上没有被任何常见的 UNIX 命令使用。它是“get”的错误发音这一事实可能相关,也可能不相关。
- 愚蠢的。可鄙和卑鄙。简单的。从俚语词典中挑选。
- “全球信息追踪器”:你心情很好,它实际上对你有用。天使在歌唱,灯光突然充满了房间。
- “该死的蠢货”:当它坏了