It writes more informative commits than I could ever make so I’m just reading what it says and mostly copy/pasting completely most of the time, I write all of the changes I’ve made into an LLM with a large context window and it write a very detailed commit not just with a title but with bullet points describing each of the changes precisely

  • @Solemarc@lemmy.world
    link
    fedilink
    122 years ago

    Why do you need to spend a “considerable amount of time crafting commit messages?” That feeding you code into an LLM and getting it to summarise for you is faster? I don’t understand how this could possibly streamline anyone’s workflow? What do your commit messages normally look like?

    • @PumpkinDrama@reddthat.comOP
      link
      fedilink
      3
      edit-2
      2 years ago

      Why do you need to spend a “considerable amount of time crafting commit messages?”

      I haven’t wrote that, it’s LLM output. My commit messages usually are variants of ‘changes’, ‘fixed’, ‘updated’ or ‘asdf’