diff options
author | Stick <nstickney@gmail.com> | 2017-06-22 13:06:30 -0500 |
---|---|---|
committer | Stick <nstickney@gmail.com> | 2017-06-22 13:06:30 -0500 |
commit | fa96d64f3761e6cd0661c63a3fc257b58c669be0 (patch) | |
tree | 85a7b88c4b1f3898c606af013a478db39dc392b5 /docs/git_subtree.md | |
parent | 4b50ab029d49830cf0efd0e5e0606cb39c8dabae (diff) | |
parent | 2b98ec67f3c2e0e408275ea6b2c90be2dbeada23 (diff) |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'docs/git_subtree.md')
-rw-r--r-- | docs/git_subtree.md | 7 |
1 files changed, 7 insertions, 0 deletions
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 <tmp_branch> + git co core + git merge <tmp_branch> + git co master + git subtree merge -P tmk_core --squash |