1
0
Fork 0
mirror of https://github.com/qmk/qmk_firmware synced 2025-12-04 16:25:39 -05:00
2 Git subtree
tmk edited this page 2015-04-28 10:27:11 +09:00

Update core branch procedure

git co master
git subtree split -P tmk_core -b <tmp_branch>
git co core
git merge <tmp_branch>
git co master
git subtree merge -P tmk_core --squash