mirror of
https://github.com/git-learning-game/oh-my-git.git
synced 2024-11-03 19:04:40 +01:00
10 lines
147 B
Text
10 lines
147 B
Text
|
git switch side1
|
||
|
git rebase main
|
||
|
git switch side2
|
||
|
git rebase side1
|
||
|
git switch main
|
||
|
git merge side2
|
||
|
|
||
|
git reflog expire --expire=all --all
|
||
|
git prune
|