Email or username:

Password:

Forgot your password?
Top-level
Thomas Broyer

@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.

1 comment
Go Up