That's all. Now you've got the updates and all your changes are still the same.
### Merge Request to the Template
If you make changes that should be updated on the template, make a branch for them:
```bash
git checkout -b my-new-branch
```
After making the changes, committing and pushing them to GitLab you can make a merge request as described in the [GitLab Fork docs](https://docs.gitlab.com/ee/workflow/forking_workflow.html)