DEV Community

Discussion on: Git Organized: A Better Git Flow

Collapse
 
finau profile image
Finau Kaufusi

That's great article, I haven't test this workflow but my first impression is the use of "git reset origin/main" Assuming if your go-workers push number of commits to the origin/main repository. You pull often to update your local repository and avoid conflict.

I'm wondering if have multiple pull from "origin/main" during your work on your feature branch and then you run the "git reset origin/main" at the end of your work. Does it still have the same result you expected?

I haven't test, but I would like to see how your workflow works.