• seth@lemmy.world
    link
    fedilink
    arrow-up
    3
    ·
    edit-2
    4 months ago

    It’s git push origin branch and then merge after submitting a pull request from branch to main after a successful lint check, build, deployment, and testing in a non-production environment, and PR approval. What kind of wild west operation allows pushing directly to main?

    • redcalcium@lemmy.institute
      link
      fedilink
      arrow-up
      2
      ·
      4 months ago

      Employees who push first win and get to leave early. The rest would be the suckers who would merge whatever mess left behind by the early employees.

    • MR_GABARISE@lemmy.world
      link
      fedilink
      arrow-up
      1
      ·
      4 months ago

      What kind of wild west operation allows pushing directly to main?

      That’s kinda the whole point of trunk-based development.