Skip to content
Snippets Groups Projects
Commit b62bc8a8 authored by Van-Tuan Bui's avatar Van-Tuan Bui
Browse files

Update a-MSE.md

parent b9db2124
No related branches found
Tags v1.0
No related merge requests found
......@@ -26,8 +26,8 @@ $$ MSE = \frac{1}{N} \sum_{i=1}^{N} (predicted_i - actual_i)² $$
- Create a feature `a_MSE` branch:
```bash
git checkout develop
git pull origin develop
git checkout develop
git checkout -b a_MSE
```
......@@ -271,4 +271,4 @@ The code reviewer does run all the tests again and ensures that the features `MS
## Merge `a_MSE` into `develop`
It is the responsibility of the project leader to finalize the integration of changes into the `develop`. This involves merging the requests that have been created by the developer and subsequently approved by the reviewer by simply clicking `Merge` button.
\ No newline at end of file
It is the responsibility of the project leader to finalize the integration of changes into the `develop`. This involves merging the requests that have been created by the developer and subsequently approved by the reviewer by simply clicking `Merge` button.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment