git - Use same branch more than once -
i new git, , assuming if can use 1 branch project. after commit code branch -- subbranch
, , merge master
. did other change. may commit them subbranch
again , merge master
, or have make new branch?
you need read materials [git branch model, or git workflow. following 2 links start.
you need not creating new branch case described in question, if have needs work on multiple new features, or interrupted hot fix request, new branch help.
Comments
Post a Comment