]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - docs/git_subtree.md
Remove obsolete documentation
[qmk_firmware.git] / docs / git_subtree.md
diff --git a/docs/git_subtree.md b/docs/git_subtree.md
deleted file mode 100644 (file)
index 4fd7f8b..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-## 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