0 votes
in Git by
What is Release Branch in Git

1 Answer

0 votes
by
edited by

The master and develop branches structure the base of any vault in Git. The master branch contains a version of the code that is underway, and the develop branch contains a version that is expected to be discharged in a forthcoming version.

...