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
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
gitlab-ce
Commits
a9af2e5d
Commit
a9af2e5d
authored
Mar 31, 2014
by
Sytse Sijbrandij
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #6667 from Razer6/update_workflow_doc
Improve doc/workflow.md for doc.gitlab.com
parents
dfc92cd2
2496f85d
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 @
a9af2e5d
...
...
@@ -3,24 +3,25 @@
```
bash
git clone git@example.com:project-name.git
```
2.
Create branch with your feature
```
bash
git checkout
-b
$feature_name
```
3.
Write code. Comit changes
3.
Write code. Com
m
it changes
```
bash
git commit
-am
"My feature is ready"
```
4.
Push your branch to GitLab
```
bash
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
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