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
2496f85d
Commit
2496f85d
authored
Mar 31, 2014
by
Robert Schilling
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix rendering for enumeration for doc page
parent
dfc92cd2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
doc/workflow/workflow.md
doc/workflow/workflow.md
+4
-3
No files found.
doc/workflow/workflow.md
View file @
2496f85d
...
@@ -3,24 +3,25 @@
...
@@ -3,24 +3,25 @@
```
bash
```
bash
git clone git@example.com:project-name.git
git clone git@example.com:project-name.git
```
```
2.
Create branch with your feature
2.
Create branch with your feature
```
bash
```
bash
git checkout
-b
$feature_name
git checkout
-b
$feature_name
```
```
3.
Write code. Comit changes
3.
Write code. Com
m
it changes
```
bash
```
bash
git commit
-am
"My feature is ready"
git commit
-am
"My feature is ready"
```
```
4.
Push your branch to GitLab
4.
Push your branch to GitLab
```
bash
```
bash
git push origin
$feature_name
git push origin
$feature_name
```
```
5.
Review your code on
C
ommits page
5.
Review your code on
c
ommits page
6.
Create a merge request
6.
Create a merge request
7.
Your team lead will review the code
&
merge it to the main branch
7.
Your team lead will review the code
&
merge it to the main branch
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