(no title)
roodrax | 1 year ago
making commits atomic is harder because we tend to just write code, without first breaking up the requirement into atomic pieces
roodrax | 1 year ago
making commits atomic is harder because we tend to just write code, without first breaking up the requirement into atomic pieces
xorcist|1 year ago
Don't push half-baked work on other people! You waste their compute cycles needlessly, from now until the end of time.
CoastalCoder|1 year ago
I.e., git can retain two representations of a sequence of commits: the original sequence, and also a larger commit that (a) produces the exact same code change as the sequence, and (b) has its own commit message.