mirror of
https://github.com/git-learning-game/oh-my-git.git
synced 2024-11-03 19:04:40 +01:00
13 lines
255 B
Text
13 lines
255 B
Text
|
git commit --allow-empty -m A
|
||
|
git commit --allow-empty -m B
|
||
|
git commit --allow-empty -m C
|
||
|
|
||
|
git switch -c side1 main~1
|
||
|
git commit --allow-empty -m D
|
||
|
git commit --allow-empty -m E
|
||
|
|
||
|
git switch -c side2 main~2
|
||
|
git commit --allow-empty -m F
|
||
|
|
||
|
git checkout main
|