How to rebase all reachable commits including the first commit?

```bash
git rebase -i --root
```

rogelio-alatorre
June 28, 2022
