@jkreeftmeijer There’s a —root option for rebase that let’s you do this without needing an empty commit.
@jkreeftmeijer We clearly use different branching strategies, I can't come up with a single instance where this would have been a problem in 10+ years of using git. :-)
@jkreeftmeijer Totally legit use case, I probably should have said "branching needs", not "branching strategies".
@citizen428 I’ve had projects where I had to update the initial commit after already branching out, especially when I build descriptive example projects with descriptions in their commit messages, like this one (https://github.com/jeffkreeftmeijer/hayago), for example.
If you’re fine with adding another commit, that’s not an issue. However, that wasn’t really an option in this case, because that would break the step-by-step descriptions.