Hacker News new | ask | show | jobs
by wodenokoto 3599 days ago
So, commenters do not seem particularly impressed with this workflow.

What is a good workflow around git?

1 comments

There are plenty; there's no one right workflow, because different teams have different requirements.

At work, we use deploy branches for a few repos, and integration branches for others. Personally, I use rebase for my own projects.