-
-
Notifications
You must be signed in to change notification settings - Fork 181
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
When pushRemote is set to true, the new branch has no upstream set. #52
Comments
|
@kamaladafrica Why strikethrough text? :) |
Because after a quick a test, I noticed that the change leads to an issue (if I'm not wrong). PS. |
If branch with that name already exists on remote the |
When the pushRemote property is set to true, the new created branch upstream is not set and the branch is not tracked
es.
mvn gitflow:feature-start -DpushRemote=true
from the feature branch, calling
git push
result in
There is no tracking information for the current branch.
Please specify which branch you want to merge with.
See git-pull(1) for details.
If you wish to set tracking information for this branch you can do so with:
The text was updated successfully, but these errors were encountered: