Instructies toegevoegd voor mergen van template commits

This commit is contained in:
2022-02-08 16:14:34 +01:00
parent f55c347ca8
commit 3b745eac6d

View File

@ -17,3 +17,9 @@ Of met `latexmk`:
1. `latexmk -pdf main.tex`
2. *Cleanup* `latexmk -c`
## Ophalen veranderingen in template
1. `git remote add upstream <template git uri>`
2. `git fetch upstream`
3. `git merge upstream/master`