CommentApr 27, 2018For every meaningful change, there's a commit if all tests still pass.How much code do you ship in a single commit?
ReplyApr 27, 2018But when pulling just master you can fetch it without changing heads, eh?What is your favorite git command?
CommentApr 27, 2018git commit --amend -m "I've just commited something I'm ashamed of"What is your favorite git command?