Followed git-flow model, not sure if branches are correct -
i tried follow git-flow branching model in github repo.
after following instructions, arrived @ point of merging release
branch develop
branch. did no issues, , proceeded remove release
branch (also no issues).
now i'm positioned in develop
branch, , when git status
tells me there commits need pushed:
$ branch ahead of «origin/develop« 3 commits.
these 3 commits did on the, merged , deleted, release
branch.
at point i'm not sure should getting notice, git push
anyway git
asking me to.
finally got github , @ network, looks this:
is how these 2 branches supposed after following git-flow model? green line confuses me, would've expected see 2 lines: master
, develop
.
you expected:
- the black line is
- the green line come far left
the unexpected:
- i suppose branched
develop
release
branch
in case fine if branch future release
branches develop
branch.
the 2 blue dots see after branching of green line equivalent green dots in first picture of git flow article.
if did branch release
develop
picture confusing because looks merged develop
release
.
Comments
Post a Comment