Why I love GitLens in my VsCode - Interactive Rebase
One of the processes I typically do in my daily work is interactive rebase.I commit a lot, and then before pushing the result, I try to make the history more readable.
If you have to do that by CLI, you should follow many steps:
> git log --oneline
...
blog.delpuppo.net4 min read