]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
Created Git subtree (markdown)
authortmk <tmk@users.noreply.github.com>
Tue, 28 Apr 2015 01:26:11 +0000 (10:26 +0900)
committertmk <tmk@users.noreply.github.com>
Tue, 28 Apr 2015 01:26:11 +0000 (10:26 +0900)
Git-subtree.md [new file with mode: 0644]

diff --git a/Git-subtree.md b/Git-subtree.md
new file mode 100644 (file)
index 0000000..b2704ca
--- /dev/null
@@ -0,0 +1,7 @@
+## 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