home.social

#gitsquash — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #gitsquash, aggregated by home.social.

fetched live
  1. I hereby propose that the Conventional Commits standard is expanded by the commit type `tmp:`

    > This commit type is used for placeholder work that is intentionally messy, unsquashable, and unreviewable. This type of commit is only meant to exist as a transient solution in the codebase, and the reasons for its presence are not subject to questioning. It serves a functional but impermanent purpose.

    Characteristics:
    - Cannot be squashed in a clean-up process.
    - Often contains quick, messy, or experimental code.
    - Reserved for situations where there’s an unspoken reason for its existence, known only to the contributor.

    #Git #ConventionalCommits #CommitHistory #GitSquash