aboutsummaryrefslogtreecommitdiff
path: root/files/ja/glossary/scm/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ja/glossary/scm/index.html')
-rw-r--r--files/ja/glossary/scm/index.html20
1 files changed, 20 insertions, 0 deletions
diff --git a/files/ja/glossary/scm/index.html b/files/ja/glossary/scm/index.html
new file mode 100644
index 0000000000..f8857288da
--- /dev/null
+++ b/files/ja/glossary/scm/index.html
@@ -0,0 +1,20 @@
+---
+title: SCM
+slug: Glossary/SCM
+tags:
+ - CodingScripting
+ - Glossary
+ - SCM
+translation_of: Glossary/SCM
+---
+<p>SCM (Source Control Management) は、ソースコードを管理するための仕組みです。一般には、プログラムソースファイルのバージョン管理を行うソフトウェアの総称です。SCM は、ソースコードを誰がどのように変更を行ったかの履歴を保存しているため、プログラマーは有用な部分を消してしまう心配をすることなく、プログラムソースファイルを追加、変更、削除できます。</p>
+
+<p>代表的な SCM として、CVS、SVN、GIT があります。</p>
+
+<h2 id="Learn_more" name="Learn_more">詳しく学ぶ</h2>
+
+<h3 id="General_Knowledge" name="General_Knowledge">一般知識</h3>
+
+<ul>
+ <li>Wikipedia 上の記事「{{interwiki("wikipedia", "バージョン管理システム")}}」</li>
+</ul>