summaryrefslogtreecommitdiff
path: root/doc/workflow
diff options
context:
space:
mode:
authorSytse Sijbrandij <sytses@gmail.com>2014-09-02 11:19:27 +0200
committerSytse Sijbrandij <sytses@gmail.com>2014-09-02 11:19:27 +0200
commit47fdc972b865431263856000d4688b25122edd1d (patch)
treea7c927c076a54b346af7f0e6f90088a3e8d10c86 /doc/workflow
parent54782454f61234d8afbc12958b481133b3c4bae1 (diff)
downloadgitlab-ce-47fdc972b865431263856000d4688b25122edd1d.tar.gz
Four stages.
Diffstat (limited to 'doc/workflow')
-rw-r--r--doc/workflow/gitlab_flow.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/workflow/gitlab_flow.md b/doc/workflow/gitlab_flow.md
index c604047646c..0ddafd0b392 100644
--- a/doc/workflow/gitlab_flow.md
+++ b/doc/workflow/gitlab_flow.md
@@ -11,7 +11,7 @@ Organizations coming to git from other version control systems frequently find i
This article describes the GitLab flow that integrates the git workflow with an issue tracking system.
It offers a simple, transparent and effective way to work with git.
-![Three stages and three steps between them]() When converting to git you have to get used to the fact that there are three steps before a commit is shared with colleagues.
+![Four stages (working copy, index, local repo, remote repo) and three steps between them]() When converting to git you have to get used to the fact that there are three steps before a commit is shared with colleagues.
Most version control systems have only step, committing from the working copy to a shared server.
In git you add files from the working copy to the staging area. After that you commit them to the local repo.
The third step is pushing to a shared remote repository.