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
0
Merge Requests
0
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
Kazuhiko Shiozaki
gitlab-ce
Commits
7ba97ab4
Commit
7ba97ab4
authored
Feb 02, 2015
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Web editor documnetation
parent
c0acb28c
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
24 additions
and
0 deletions
+24
-0
doc/workflow/README.md
doc/workflow/README.md
+1
-0
doc/workflow/web_editor.md
doc/workflow/web_editor.md
+23
-0
doc/workflow/web_editor/edit_file.png
doc/workflow/web_editor/edit_file.png
+0
-0
doc/workflow/web_editor/empty_project.png
doc/workflow/web_editor/empty_project.png
+0
-0
doc/workflow/web_editor/new_file.png
doc/workflow/web_editor/new_file.png
+0
-0
doc/workflow/web_editor/show_file.png
doc/workflow/web_editor/show_file.png
+0
-0
No files found.
doc/workflow/README.md
View file @
7ba97ab4
...
...
@@ -10,3 +10,4 @@
-
[
Migrating from SVN to GitLab
](
migrating_from_svn.md
)
-
[
Project importing from GitHub to GitLab
](
import_projects_from_github.md
)
-
[
Protected branches
](
protected_branches.md
)
-
[
Web Editor
](
web_editor.md
)
doc/workflow/web_editor.md
0 → 100644
View file @
7ba97ab4
# GitLab Web Editor
In GitLab you can create new files and edit existing one using our web editor.
Its really useful if you dont have access to command line or you want to make a quick small fix.
You can access to web editor in several ways depends on context.
Lets start from newly created project.
Click on
`Add a file`
button to start web editor for creating first file.
![
web editor 1
](
web_editor/empty_project.png
)
Fill in file name, content, commit message and press commit button.
After this file will be saved to repository.
![
web editor 2
](
web_editor/new_file.png
)
You can edit any text file in repository by pressing edit button when browsing file.
![
web editor 3
](
web_editor/show_file.png
)
Edit of file is pretty same as creating new file.
Except you can see preview of your changes to file in separate tab
![
web editor 3
](
web_editor/edit_file.png
)
doc/workflow/web_editor/edit_file.png
0 → 100644
View file @
7ba97ab4
97.3 KB
doc/workflow/web_editor/empty_project.png
0 → 100644
View file @
7ba97ab4
119 KB
doc/workflow/web_editor/new_file.png
0 → 100644
View file @
7ba97ab4
98.2 KB
doc/workflow/web_editor/show_file.png
0 → 100644
View file @
7ba97ab4
109 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