Closed etiennebacher closed 2 years ago
Looks good to me. One quick thing - could you squash your commits? Then I'll do a rebase and merge to keep the commit history clean.
sorry @nathaneastwood I never did that before and I'm lost with all the git commands. I saw that you can merge and squash the commits automatically right? Out of curiosity, why do you want to squash commits of PRs?
No problem @etiennebacher :) I will do a squash and merge from here. Generally squashing the commits just keeps the commit history clean and you can keep commits related to a single change together in a single commit. I prefer to rebase and merge because then you don't get the "Merge commit" commits which make the commit history a little messier.
Ok that's interesting, the squash and merge also didn't include the "Merge commit" commit. Good to know! Thanks for the PR :D
Thanks for the explanation ;) it's the first time I see someone requiring this in PRs but it's probably a better practice
It's more me just being pedantic :D
Closes #86.
Before:
Created on 2022-08-02 by the reprex package (v2.0.1)
After:
Created on 2022-08-02 by the reprex package (v2.0.1)