diff options
author | tmk <tmk@users.noreply.github.com> | 2015-04-28 10:27:11 +0900 |
---|---|---|
committer | tmk <tmk@users.noreply.github.com> | 2015-04-28 10:27:11 +0900 |
commit | 3e0c1937f4cddc490d5a2aa772b1b2f9e227d00a (patch) | |
tree | 102ef0ec6c8f3df41a9f1dce3d01aa2310669307 /Git-subtree.md | |
parent | 398c4feed469172eaddacd9a87a18c81a8259e48 (diff) |
Updated Git subtree (markdown)
Diffstat (limited to 'Git-subtree.md')
-rw-r--r-- | Git-subtree.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Git-subtree.md b/Git-subtree.md index b2704ca2c5..4fd7f8beaa 100644 --- a/Git-subtree.md +++ b/Git-subtree.md @@ -4,4 +4,4 @@ git co core git merge <tmp_branch> git co master - git subtree merge -P tmk_core + git subtree merge -P tmk_core --squash |