Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
93734dc1
Commit
93734dc1
authored
Sep 06, 2021
by
Amy Qualls
Committed by
Russell Dickenson
Sep 06, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove four-stages diagram from flow page
parent
d260d19c
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
3 deletions
+10
-3
doc/topics/gitlab_flow.md
doc/topics/gitlab_flow.md
+10
-3
doc/topics/img/gitlab_flow_four_stages.png
doc/topics/img/gitlab_flow_four_stages.png
+0
-0
No files found.
doc/topics/gitlab_flow.md
View file @
93734dc1
...
...
@@ -16,9 +16,16 @@ It combines [feature-driven development](https://en.wikipedia.org/wiki/Feature-d
Organizations coming to Git from other version control systems frequently find it hard to develop a productive workflow.
This article describes GitLab flow, which integrates the Git workflow with an issue tracking system.
It offers a transparent and effective way to work with Git.
![
Four stages (working copy, index, local repository, remote repository) and three steps between them
](
img/gitlab_flow_four_stages.png
)
It offers a transparent and effective way to work with Git:
```
mermaid
graph LR
subgraph Git workflow
A[Working copy] --> |git add| B[Index]
B --> |git commit| C[Local repository]
C --> |git push| D[Remote repository]
end
```
When converting to Git, you have to get used to the fact that it takes three steps to share a commit with colleagues.
Most version control systems have only one step: committing from the working copy to a shared server.
...
...
doc/topics/img/gitlab_flow_four_stages.png
deleted
100644 → 0
View file @
d260d19c
6.96 KB
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment