From 2496f85d464c599d83bd95bde11b1cb6895693bd Mon Sep 17 00:00:00 2001 From: Robert Schilling Date: Mon, 31 Mar 2014 18:10:20 +0200 Subject: Fix rendering for enumeration for doc page --- doc/workflow/workflow.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'doc') diff --git a/doc/workflow/workflow.md b/doc/workflow/workflow.md index 1c238f74957..bb232e9d5c5 100644 --- a/doc/workflow/workflow.md +++ b/doc/workflow/workflow.md @@ -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. Commit 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 Commits page +5. Review your code on commits page 6. Create a merge request 7. Your team lead will review the code & merge it to the main branch -- cgit v1.2.1