Merge multi commits to one commit
In Git you can merge several commits into one with the powerfulinteractive rebase. It’s a handy tool I use quite often; I usually tidy up my working space by grouping together several small intermediate commits into a single lump to push upstream.Steps .