BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
12d56b3c
Commit
12d56b3c
authored
May 15, 2018
by
Tim Zallmann
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'jr-update-web-ide-docs' into 'master'
Update Web IDE documentation with recent changes See merge request gitlab-org/gitlab-ce!18910
parents
2563bb4c
a9520809
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
5 deletions
+18
-5
commit_changes.png
doc/user/project/web_ide/img/commit_changes.png
+0
-0
index.md
doc/user/project/web_ide/index.md
+18
-5
No files found.
doc/user/project/web_ide/img/commit_changes.png
View replaced file @
2563bb4c
View file @
12d56b3c
657 KB
|
W:
|
H:
238 KB
|
W:
|
H:
2-up
Swipe
Onion skin
doc/user/project/web_ide/index.md
View file @
12d56b3c
...
...
@@ -13,15 +13,27 @@ and from merge requests.
![
Open Web IDE
](
img/open_web_ide.png
)
##
Commit changes
##
File finder
Changed files are shown on the right in the commit panel. All changes are
automatically staged. To commit your changes, add a commit message and click
the 'Commit Button'.
> [Introduced in](https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/18323) [GitLab Core][ce] 10.8.
The file finder allows you to quickly open files in the current branch by
searching. The file finder is launched using the keyboard shortcut
`Command-p`
,
`Control-p`
, or
`t`
(when editor is not in focus). Type the filename or
file path fragments to start seeing results.
## Stage and commit changes
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 commited.
![
Commit changes
](
img/commit_changes.png
)
##
Compar
ing changes
##
Review
ing changes
Before you commit your changes, you can compare them with the previous commit
by switching to the review mode or selecting the file from the staged files
...
...
@@ -30,4 +42,5 @@ list.
An additional review mode is available when you open a merge request, which
shows you a preview of the merge request diff if you commit your changes.
[
ce
]:
https://about.gitlab.com/pricing/
[
ee
]:
https://about.gitlab.com/pricing/
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