Ramkumar Ramachandra wrote:
Thanks for reading.
Thanks for the many improvements!
I think the hardest piece in the series so far is what to do about
the
git cherry-pick something-i-shouldnt-cherry-pick
git reset --hard; # or git reset --merge HEAD
git cherry-pick what-i-should-have-cherry-picked-instead
habit. Aside from that, it would be nice to have more tests and some
simple documentation, and most other things I found were nitpicks.