git rebaseを使ってブランチの分岐元を、mainの最新のコミットに付け替えていきます。
- git log --oneline --graph --all
- git rebase main
- コンフリクトの解消
- git commit -a --no-edit
- git rebase --continue
- git switch main
- git merge add03 --no-ff --no-edit
- git log --oneline --graph --all
- git branch -d add-03
素材ファイルをダウンロードするにはプレミアムプランへの登録が必要です
詳しくみるソースコードを閲覧するにはプレミアムプランへの登録が必要です
詳しくみる