You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, whenever I use git flow feature pull I get a message saying it will be deprecated and I should use feature track instead. However, when I'm trying to switch to a feature branch and pull it, if I already have that local branch then feature track will not work because it attempts to create the local branch. If you want feature track to replace feature pull then you need to make sure it checks for the local branch first and if there is one it should make sure it's tracking the correct remote branch and only attempt to create a local branch if the branch doesn't exist already.
The text was updated successfully, but these errors were encountered:
Hi, whenever I use git flow feature pull I get a message saying it will be deprecated and I should use feature track instead. However, when I'm trying to switch to a feature branch and pull it, if I already have that local branch then feature track will not work because it attempts to create the local branch. If you want feature track to replace feature pull then you need to make sure it checks for the local branch first and if there is one it should make sure it's tracking the correct remote branch and only attempt to create a local branch if the branch doesn't exist already.
The text was updated successfully, but these errors were encountered: