aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/glossary/fork/index.html
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/fork/index.html
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/fork/index.html')
-rw-r--r--files/zh-cn/glossary/fork/index.html39
1 files changed, 39 insertions, 0 deletions
diff --git a/files/zh-cn/glossary/fork/index.html b/files/zh-cn/glossary/fork/index.html
new file mode 100644
index 0000000000..6778a8ff6c
--- /dev/null
+++ b/files/zh-cn/glossary/fork/index.html
@@ -0,0 +1,39 @@
+---
+title: Fork
+slug: Glossary/Fork
+tags:
+ - Fork
+ - Glossary
+ - Tools
+ - git
+translation_of: Glossary/Fork
+---
+<p>“派生”(Fork)是在某一时刻对现有的软件项目进行复制,并在项目加上某人的修改。基本上,如果原软件的许可证允许,你就可以复制软件的代码,开发自己的版本,附加上自己的补充,这就是一个 Fork。</p>
+
+<p>Fork 在自由和开源软件的开发中很常见。因为使用 Git 或 Github 平台的贡献模式,Fork 是现在比较流行的术语。</p>
+
+<h2 id="了解更多">了解更多</h2>
+
+<h3 id="各种_知名的_forks">各种 "知名的" forks</h3>
+
+<ul>
+ <li><a href="https://upload.wikimedia.org/wikipedia/commons/1/1b/Linux_Distribution_Timeline.svg">Linux distributions</a></li>
+ <li><a href="https://nodejs.org/en/blog/announcements/foundation-v4-announce/">Node.js and io.js (which have been merged together back)</a></li>
+ <li><a href="https://www.libreoffice.org/about-us/who-are-we/">LibreOffice, a fork of OpenOffice</a></li>
+</ul>
+
+<section class="Quick_links" id="Quick_Links">
+<ol>
+ <li>基本知识
+ <ol>
+ <li>{{interwiki("wikipedia", "Fork_(software_development)","Fork")}} on Wikipedia</li>
+ <li><a href="https://help.github.com/articles/fork-a-repo/">How to fork a GitHub repo</a> (fork as in a Git context)</li>
+ </ol>
+ </li>
+ <li><a href="https://developer.mozilla.org/zh-CN/docs/Glossary">MDN 术语表</a>
+ <ol>
+ <li>{{Glossary("Fork")}}</li>
+ </ol>
+ </li>
+</ol>
+</section>