Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
U
ulakbus-ui
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ulakbus
ulakbus-ui
Commits
3f77a720
Commit
3f77a720
authored
Jun 03, 2015
by
Evren Kutar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
readme enhancement +
parent
65e1c49b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
README.md
README.md
+4
-1
No files found.
README.md
View file @
3f77a720
...
...
@@ -29,11 +29,14 @@ Using extreme programming techniques, we demand you to follow this cycle of deve
![
extreme programming cycle
]
(https://upload.wikimedia.org/wikipedia/commons/thumb/8/84/Extreme_Programming.svg/640px-Extreme_Programming.svg.png?1433328761062)
Other then that technique, f
ollow these steps when you code:
Undermost, there is coding step, name is CODE. F
ollow these steps when you code:
-
before you code anything create a branch with name related to the given task (e.g: search_func)
-
`git checkout <branch>`
-
`git pull --rebase`
-
after you create the branch for given task and rebase master, now you can write down your code
-
write tests for your code
-
run your tests
-
before you push to your branch rebase master again
`git pull --rebase`
##Testing
...
...
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