From: tmk Date: Tue, 28 Apr 2015 01:26:11 +0000 (+0900) Subject: Created Git subtree (markdown) X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=398c4feed469172eaddacd9a87a18c81a8259e48;p=qmk_firmware.git Created Git subtree (markdown) --- diff --git a/Git-subtree.md b/Git-subtree.md new file mode 100644 index 000000000..b2704ca2c --- /dev/null +++ b/Git-subtree.md @@ -0,0 +1,7 @@ +## Update core branch procedure + git co master + git subtree split -P tmk_core -b + git co core + git merge + git co master + git subtree merge -P tmk_core