# topic1,topic2のブランチがmasterにないコミットを含んでいる事を確認 $ git show-branch * [master] a ! [topic1] b ! [topic2] c --- + [topic2] c + [topic1] b *++ [master] a #マージ実行 $ git merge topic1 topic2 Fast-forwarding to: topic1 Trying simple merge with topic2 Merge made by the 'octopus' strategy. b | 1 + c | 1 + 2 files changed, 2 insertions(+) create mode 100644 b create mode 100644 c #マージ後にブランチの状態を確認すると、topic1,2の変更が