A
A
Alexey Kuzmin2013-12-22 20:56:19
git
Alexey Kuzmin, 2013-12-22 20:56:19

Why does git-flow need (simultaneously) master and develop branches?

Good day!
I comprehend the wisdom of git-flow - I read the doc .
Enlighten, please, why do we need (simultaneously) master and develop branches? As I understand it, they are the same at the same time

Answer the question

In order to leave comments, you need to log in

1 answer(s)
E
Eugene Obrezkov, 2013-12-22
@DrMartiner

You should always store stable releases in the master branch (tag commits with version number). The develop (dev) branch stores the latest changes (bug fixes, etc.), but which have not yet been tested and are only in development.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question