aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/glossary/git
diff options
context:
space:
mode:
authorPeter Bengtsson <mail@peterbe.com>2020-12-08 14:40:17 -0500
committerPeter Bengtsson <mail@peterbe.com>2020-12-08 14:40:17 -0500
commit33058f2b292b3a581333bdfb21b8f671898c5060 (patch)
tree51c3e392513ec574331b2d3f85c394445ea803c6 /files/zh-cn/glossary/git
parent8b66d724f7caf0157093fb09cfec8fbd0c6ad50a (diff)
downloadtranslated-content-33058f2b292b3a581333bdfb21b8f671898c5060.tar.gz
translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.tar.bz2
translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.zip
initial commit
Diffstat (limited to 'files/zh-cn/glossary/git')
-rw-r--r--files/zh-cn/glossary/git/index.html15
1 files changed, 15 insertions, 0 deletions
diff --git a/files/zh-cn/glossary/git/index.html b/files/zh-cn/glossary/git/index.html
new file mode 100644
index 0000000000..4ef30bc655
--- /dev/null
+++ b/files/zh-cn/glossary/git/index.html
@@ -0,0 +1,15 @@
+---
+title: Git
+slug: Glossary/Git
+translation_of: Glossary/Git
+---
+<p><strong>Git </strong>是一个免费,开源,分布式源代码管理(版本控制) ({{Glossary("SCM", "SCM", 1)}}) 系统。它有助于分布式开发团队维护代码库。 与以前的 SCM 系统不同的是,它能在本地开发机器上进行常见操作(分支,提交等),而无需更改主存储库,甚至不需要主存储库的写入权限。</p>
+
+<h2 id="了解更多">了解更多</h2>
+
+<h3 id="基础知识">基础知识</h3>
+
+<ul>
+ <li><a href="http://git-scm.com/">Git官方网站</a></li>
+ <li><a href="https://github.com/">GitHub</a>,一个基于Git的图形化项目网站</li>
+</ul>