From ca01d94005f67ec4fa9528353481faa622d949ae Mon Sep 17 00:00:00 2001 From: Jack Humbert Date: Sat, 10 Jun 2017 14:58:24 -0400 Subject: convert docs to lowercase and underscores --- docs/git_subtree.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 docs/git_subtree.md (limited to 'docs/git_subtree.md') diff --git a/docs/git_subtree.md b/docs/git_subtree.md new file mode 100644 index 0000000000..4fd7f8beaa --- /dev/null +++ b/docs/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 --squash -- cgit v1.2.3