@b0rk Currently reading…
It seems to me like "fast forward" would be easier to understand if not "duplicating" de commits between the branches (main and origin/main).
```
A - B - C (main) - D - E (origin/main)
```
You can just move the main label/head forward to origin/main. You can just "play" the commits forward to bring main to origin/main.
This is reminiscent of oldish cassette/VHS where you "fast forward" to reach a timecode.
@tbroyer thanks, that's a good idea