git rebaseの挙動を確認するために、両方のブランチにコミットを保存していきます。
- git log --oneline --graph --all
- git switch -c add-03
- git commit -am "03を追加"
- git log --oneline --graph --all
- git switch main
- git commit -am "03を仮置き"
- git log --oneline --graph --all
- git switch add-03
- git log --oneline --graph --all
素材ファイルをダウンロードするにはプレミアムプランへの登録が必要です
詳しくみるソースコードを閲覧するにはプレミアムプランへの登録が必要です
詳しくみる