Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature track does not replace feature pull! #108

Open
FrankBoltzmann opened this issue May 1, 2020 · 0 comments
Open

feature track does not replace feature pull! #108

FrankBoltzmann opened this issue May 1, 2020 · 0 comments

Comments

@FrankBoltzmann
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant