you are viewing a single comment's thread
view the rest of the comments
[–] 7 points 2 years ago (1 child)

Oh god I feel so called out. I wish I paid more attention to my commit messages but I’m usually too busy fixing the directory structure and refactoring. Sigh.

  • source
  • hideshow 2 child comments
  • [–] 2 points 2 years ago (3 children)

    My company collapses into a single commit at merge so idgaf what the commit message is anymore. Though I would prefer not collapsing them.

  • source
  • parent
  • hideshow 6 child comments
  • [–] 2 points 2 years ago

    Master should just have the feature description commits, not the hundred commits it took to get there after refactoring the code for the 3rd time and pulling changes from master since it's taken so long to get done.

  • source
  • parent
  • [–] 1 point 2 years ago

    I prefer that approach. We work with smaller tasks, so it makea more sense, plus it helps keep the master clean and if you want a more detailed view of the specific commits, you just have to click on the link to the PR. It's a better way to organise it IMO

  • source
  • parent