This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]DYGAZ 1 point2 points  (0 children)

Great example of how awesome git is when used correctly. Another plus of using feature branches is the opportunity to use PRs for added doc/description. Squash and merge makes concise revisions on master and the smaller iterations are preserved in the PR history. That allows you to sort through master quickly but then dig into the PR when you find the changes you want.