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:
authorGitLab Bot <gitlab-bot@gitlab.com>2019-09-13 21:06:03 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2019-09-13 21:06:03 +0300
commit40d3d574132d2849646c20eb9d8742b159d9bfc8 (patch)
tree431dee6675639da4421dbb1d6f50b7734a3190c3 /doc/user/project/web_ide
parent5939b09fd3db37ec98dfce0345162617d9d1d313 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/user/project/web_ide')
-rw-r--r--doc/user/project/web_ide/img/commit_changes.pngbin244172 -> 0 bytes
-rw-r--r--doc/user/project/web_ide/img/commit_changes_v12_3.pngbin0 -> 712873 bytes
-rw-r--r--doc/user/project/web_ide/img/review_changes_v12_3.pngbin0 -> 660299 bytes
-rw-r--r--doc/user/project/web_ide/index.md10
4 files changed, 7 insertions, 3 deletions
diff --git a/doc/user/project/web_ide/img/commit_changes.png b/doc/user/project/web_ide/img/commit_changes.png
deleted file mode 100644
index a5364c12760..00000000000
--- a/doc/user/project/web_ide/img/commit_changes.png
+++ /dev/null
Binary files differ
diff --git a/doc/user/project/web_ide/img/commit_changes_v12_3.png b/doc/user/project/web_ide/img/commit_changes_v12_3.png
new file mode 100644
index 00000000000..0ee7da26d1a
--- /dev/null
+++ b/doc/user/project/web_ide/img/commit_changes_v12_3.png
Binary files differ
diff --git a/doc/user/project/web_ide/img/review_changes_v12_3.png b/doc/user/project/web_ide/img/review_changes_v12_3.png
new file mode 100644
index 00000000000..cbc96e3dcd9
--- /dev/null
+++ b/doc/user/project/web_ide/img/review_changes_v12_3.png
Binary files differ
diff --git a/doc/user/project/web_ide/index.md b/doc/user/project/web_ide/index.md
index ecd8f74194e..bebb17e6381 100644
--- a/doc/user/project/web_ide/index.md
+++ b/doc/user/project/web_ide/index.md
@@ -49,10 +49,14 @@ After making your changes, click the **Commit** button in the bottom left to
review the list of changed files. Click on each file to review the changes and
click the tick icon to stage the file.
-Once you have staged some changes, you can add a commit message and commit the
-staged changes. Unstaged changes will not be committed.
+![Review changes](img/review_changes_v12_3.png)
-![Commit changes](img/commit_changes.png)
+Once you have staged some changes, you can add a commit message, commit the
+staged changes and directly create a merge request. In case you don't have write
+access to the selected branch, you will see a warning, but still be able to create
+a new branch and start a merge request.
+
+![Commit changes](img/commit_changes_v12_3.png)
## Reviewing changes