]> git.donarmstrong.com Git - qmk_firmware.git/blob - Git-subtree.md
Updated License Clarification (markdown)
[qmk_firmware.git] / Git-subtree.md
1 ## Update core branch procedure
2     git co master
3     git subtree split -P tmk_core -b <tmp_branch>
4     git co core
5     git merge <tmp_branch>
6     git co master
7     git subtree merge -P tmk_core --squash