Comment on
Just a late night dance party
THE QUESTION IS, WHAT IS THE QUESTION?!
Comment on
Just a late night dance party
THE QUESTION IS, WHAT IS THE QUESTION?!
Comment on
Why Git is hard
Reply in thread
I had a really pleasant experience using mercurial. Some of the things git may be missing:
commit -i. Arrow keys quickly fold and unfold files/chunks/individual linespublic commits were seen by other people and are considered immutabledraft commit is your regular WIP local commit and can't be a parent to a public commit.secret commit with your printf debugging won't be uploaded by accidentrebase, your previous commits are marked obsolete and hidden from most UI. For an obsolete commit it is easy to find it's updated version. The graph of obsolete revisions is an orthogonal DAG on top of the regular commit DAG.Comment on
Go 1.21 Release Candidate
Reply in thread
Oh yes, finally! https://tip.golang.org/ref/spec#Min_and_max