Why doesn't "git flow feature pull" track? -
lets i've created new feature git flow feature start featurename
then published git flow feature publish featurename
now colleague wants collaborate on feature me, does
git flow feature pull featurename
this creates new branch on local repo, based on feature branch in remote repo. not set local feature branch track remote feature branch, has track branch manually.
what reasoning behind step? why not have feature pull
command set track well?
what's workflow difference between git flow feature pull
, git flow feature track
.
in cases use each of those?
sounds using git flow feature pull
, should using git flow feature track
, since create local branch tracks remote.
i can't think of why i'd ever use git flow feature pull
. creates local branch no tracking set on it, , don't know why useful! it's badly named, since pull should involve merge, , not.
Comments
Post a Comment