コミット
Sign in to saveAlso known as VCS commit, committing a change, commit, version control commit, revision control commit
operation of adding changes to a version control repository
Article · 日本語
バージョン管理システムでは、コミット (英: commit)はソースコードへの最新の変更をリポジトリに送信する操作であり、変更はリポジトリの履歴に保持される。データ管理のコミットとは異なり、バージョン管理システムのコミットはリポジトリに無期限に保持される。他のユーザーがリポジトリからupdateまたはcheckoutを行うと、コミットされた最新バージョンを取得する。指定すれば昔のバージョンを取得することも可能であり、バージョン管理システムを使用すると、一度コミットしても以前のバージョンに簡単にロールバックできる。Visual SourceSafeではチェックインと呼ぶ。他のユーザがコミットしたことによって、万が一自分が更新した箇所と同じ箇所で衝突が起きて、他のユーザが苦労して更新した情報が上書き消去されてしまうことを避けるため、コミットする前にアップデート(Visual SourceSafeではリフレッシュと呼ぶ)を実行して、自分の作業領域を最新状態に保つことが推奨されている。
Abstract from DBpedia / Wikipedia · CC BY-SA
Connections
Q186055
Entity
Visual Studio
Entity
Apache Subversion
Entity
free and open-source software
Entity
command-line interface
Entity
proprietary software
Entity
fork
Entity
version control
Entity
CVS
Entity
Mercurial
Entity
software repository
Entity
GNU Bazaar
Entity
GNU RCS
Entity
source code repository
Entity
distributed revision control system
Entity
Apollo Computer
Company
version control branch
Entity
Microsoft Visual SourceSafe
Entity
BitKeeper
Entity
Azure DevOps Server
Entity