aboutsummaryrefslogtreecommitdiff
path: root/files/zh-tw/glossary/git
diff options
context:
space:
mode:
authorPeter Bengtsson <mail@peterbe.com>2020-12-08 14:43:23 -0500
committerPeter Bengtsson <mail@peterbe.com>2020-12-08 14:43:23 -0500
commit218934fa2ed1c702a6d3923d2aa2cc6b43c48684 (patch)
treea9ef8ac1e1b8fe4207b6d64d3841bfb8990b6fd0 /files/zh-tw/glossary/git
parent074785cea106179cb3305637055ab0a009ca74f2 (diff)
downloadtranslated-content-218934fa2ed1c702a6d3923d2aa2cc6b43c48684.tar.gz
translated-content-218934fa2ed1c702a6d3923d2aa2cc6b43c48684.tar.bz2
translated-content-218934fa2ed1c702a6d3923d2aa2cc6b43c48684.zip
initial commit
Diffstat (limited to 'files/zh-tw/glossary/git')
-rw-r--r--files/zh-tw/glossary/git/index.html15
1 files changed, 15 insertions, 0 deletions
diff --git a/files/zh-tw/glossary/git/index.html b/files/zh-tw/glossary/git/index.html
new file mode 100644
index 0000000000..06b4272e1b
--- /dev/null
+++ b/files/zh-tw/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)}})的工具軟體。它有助於分散式的開發團隊處理程式碼協同作業。有別於以前的原始碼管理系統,本地開發環境能處理常用的操作(分支、提交等),而無需更改主要的程式碼儲存倉庫,即使沒有寫入權限。</p>
+
+<h2 id="學習更多">學習更多</h2>
+
+<h3 id="一般知識">一般知識</h3>
+
+<ul>
+ <li><a href="http://git-scm.com/">內含文件的官方網站</a></li>
+ <li><a href="https://github.com/">GitHub</a>,以 Git 為基礎的圖像式專案託管服務</li>
+</ul>