DevelopブランチにMainブランチを取り込む(merge,rebase)

目次

1. 概要

2. Developブランチマージ前

%%{init: { 'logLevel': 'debug', 'theme': 'base', 'gitGraph': {'showBranches': true, 'showCommitLabel':true,'mainBranchName': 'Main'}} }%% gitGraph commit id:"Release 221203" commit id:"Release 221210" branch Develop commit id:"add) Instagram Button" checkout Main commit id:"Release 221217" checkout Develop commit id:"refactor) Button Name"

3. merge実行時

%%{init: { 'logLevel': 'debug', 'theme': 'base', 'gitGraph': {'showBranches': true, 'showCommitLabel':true,'mainBranchName': 'Main'}} }%% gitGraph commit id:"Release 221203" commit id:"Release 221210" branch Develop commit id:"add) Instagram Button" checkout Main commit id:"Release 221217" checkout Develop commit id:"refactor) Button Name" merge Main

4. rebase実行時

%%{init: { 'logLevel': 'debug', 'theme': 'base', 'gitGraph': {'showBranches': true, 'showCommitLabel':true,'mainBranchName': 'Main'}} }%% gitGraph commit id:"Release 221203" commit id:"Release 221210" commit id:"Release 221217" branch Develop commit id:"add) Instagram Button **" checkout Develop commit id:"refactor) Button Name **"

5. 参考書籍