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
9be05a43
Commit
9be05a43
authored
Apr 01, 2014
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of github.com:gitlabhq/gitlabhq
parents
1069ffb8
a9af2e5d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
4 deletions
+5
-4
doc/README.md
doc/README.md
+1
-1
doc/workflow/workflow.md
doc/workflow/workflow.md
+4
-3
No files found.
doc/README.md
View file @
9be05a43
...
...
@@ -3,7 +3,7 @@
+
[
API
](
api/README.md
)
+
[
Development
](
development/README.md
)
+
[
Install
](
install/README.md
)
+
[
Integration
](
external-issue-tracker/README
.md
)
+
[
Integration
](
integration/external-issue-tracker
.md
)
+
[
Legal
](
legal/README.md
)
+
[
Markdown
](
markdown/markdown.md
)
+
[
Permissions
](
permissions/permissions.md
)
...
...
doc/workflow/workflow.md
View file @
9be05a43
...
...
@@ -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