aboutsummaryrefslogtreecommitdiff
path: root/files/ja/glossary/git/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ja/glossary/git/index.html')
-rw-r--r--files/ja/glossary/git/index.html18
1 files changed, 18 insertions, 0 deletions
diff --git a/files/ja/glossary/git/index.html b/files/ja/glossary/git/index.html
new file mode 100644
index 0000000000..a8cdd66d3e
--- /dev/null
+++ b/files/ja/glossary/git/index.html
@@ -0,0 +1,18 @@
+---
+title: Git
+slug: Glossary/Git
+tags:
+ - Collaborating
+ - Glossary
+translation_of: Glossary/Git
+---
+<p><strong>Git</strong>はオープンソースで無償の、分散型ソースコードマネジメント ({{Glossary("SCM", "SCM", 1)}})システムです。Git を用いることで、分散した開発チームがコードベースを取り扱うことができます。従来の SCM システムから一線を画しているのは、一般的な操作(ブランチ(branching)、コミット(commiting)など)を自身の開発機で、master リポジトリを変更することなしに、それどころか master リポジトリへの書き込み権限がなくても行うことができる機能です。</p>
+
+<h2 id="Learn_more" name="Learn_more">詳細</h2>
+
+<h3 id="General_knowledge" name="General_knowledge">基本的な知識</h3>
+
+<ul>
+ <li><a href="http://git-scm.com/">公式サイトの資料</a></li>
+ <li><a href="https://github.com/">GitHub</a>, Gitをベースとしたグラフィカルなプロジェクトホスト</li>
+</ul>