this post was submitted on 28 Oct 2025
189 points (96.1% liked)

Programming

23587 readers
119 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] AllHailTheSheep@sh.itjust.works 2 points 3 weeks ago (2 children)

I'm glad you found something that works for you but giving ai control over a git workflow sounds like a catastrophy waiting to happen, how do you ensure it doesn't do something stupid?

[–] pyr0ball@lemmy.dbzer0.com 1 points 3 weeks ago

You read the commits before pushing, and test before committing. I also find it helpful to have a reference for any dev tickets you have in your git tracker

[–] Evotech@lemmy.world 1 points 3 weeks ago (1 children)

You just whitelisted commands. It can't do anything destructive

[–] AllHailTheSheep@sh.itjust.works 1 points 3 weeks ago (1 children)

interesting. what do you use as the model and how is that config set up? I'm not disinterested in trying it I just don't know much about using it for workflows, is there an article you'd recommend?

[–] Evotech@lemmy.world 2 points 3 weeks ago (1 children)

I just use Cursor. Nice vscode IDE.

But tog can also use n8n etc to interface with git in a more automated manner

[–] AllHailTheSheep@sh.itjust.works 1 points 3 weeks ago

thanks, I'll check it out!