Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarin Jankovski <maxlazio@gmail.com>2014-10-15 14:53:06 +0400
committerMarin Jankovski <maxlazio@gmail.com>2014-10-15 15:08:55 +0400
commit2803d9e0257c08107db5cebb9a5b10b87d6ca358 (patch)
tree2d81394fc84e1fd8c29e5b356b39217ba1996922 /doc/workflow
parentadb64dc2ee32b23cbbf7b1d9eed59cf4f72c4e63 (diff)
Git is a distributed vcs.
Diffstat (limited to 'doc/workflow')
-rw-r--r--doc/workflow/migrating_from_svn.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/workflow/migrating_from_svn.md b/doc/workflow/migrating_from_svn.md
index bdcb622f979..207e3641802 100644
--- a/doc/workflow/migrating_from_svn.md
+++ b/doc/workflow/migrating_from_svn.md
@@ -1,7 +1,7 @@
# Migrating from SVN to GitLab
SVN stands for Subversion and is a version control system (VCS).
-Git is a distributed revision control and source code management (SCM) system.
+Git is a distributed version control system.
There are some major differences between the two, for more information consult your favourite search engine.