Wednesday, July 20, 2016

How to use Git Flow



Used git flow for a few years. Merging with master is essentially a tag, which just seems a little extraneous to me, as every merge to master is tagged as well. Master is always supposed to be releasable, which is great, but in my opinion develop should be as well.

from My Pocket https://www.reddit.com/r/programming/comments/4tbnk5/how_to_use_git_flow/

No comments:

Post a Comment