On Sun, Feb 09, 2020 at 10:46:04AM +0000, Jonathan Wakely wrote: > My main point was that Richi should be committing things, not working > with uncommitted patches hanging around making things dirty. > > I like to use branches, but having a single branch with a series of > commits that you reorder and selectively push is still better than > uncommitted work.
Yes, committing is cheap and you should do it after every few minutes of typing. It is much easier to untangle a mess with too many commits than one with too few. Segher