User Tools

Site Tools


version_control:introduction_to_version_control_systems

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
version_control:introduction_to_version_control_systems [2016/11/27 23:44] mithatversion_control:introduction_to_version_control_systems [2016/11/27 23:47] mithat
Line 57: Line 57:
   * **revision**: a snapshot of the state of a project at a given moment.   * **revision**: a snapshot of the state of a project at a given moment.
   * When a meaningful change to the code of a project is completed, a **revision** incorporating that change is **committed** (placed) into the repository.   * When a meaningful change to the code of a project is completed, a **revision** incorporating that change is **committed** (placed) into the repository.
-  * Also called **commits**, **snapshots**, and **changesets**.+  * Also called **commit**, **snapshot**, or **changeset**.
   * If needed, differences between the most recent state and older revisions can be determined.   * If needed, differences between the most recent state and older revisions can be determined.
  
Line 80: Line 80:
 ===== Releases and versions ===== ===== Releases and versions =====
   * A **release** or a **version** is a revision that has has been published for general use.   * A **release** or a **version** is a revision that has has been published for general use.
-  * An arbitrary determination made by the developers, not necessarily a VCS concept.+    * An arbitrary determination made by the developers, not necessarily a VCS concept.
   * Typically there are several revisions (commits) between releases/versions.   * Typically there are several revisions (commits) between releases/versions.
  
version_control/introduction_to_version_control_systems.txt · Last modified: 2019/02/21 18:52 by mithat

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki