merge is ugly but is confirmed working

This commit is contained in:
Oskar Weigl
2018-10-24 19:58:41 -07:00
parent 8ef40f15a0
commit f22199bf95
-1
View File
@@ -183,7 +183,6 @@ How to use these is shown in the following example.
* Make sure the rebase finishes, fixing any conflicts that may arise
### 4. Merge new STM32CubeMX code to your feature branch
**TODO: Nobody has done this yet, these instructions are new. Please verify that this works as intended.**
Simply merge the new state at `STM32CubeMX-end` into your feature branch.
* `git checkout your-feature`
* `git merge STM32CubeMX-end`