-
Notifications
You must be signed in to change notification settings - Fork 62
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
Auto update develop branch #70
Comments
Thanks for the suggestion. You are mention both auto updating the develop branch and the master branch Which one do you mean? :-) |
Develop would be the more useful one as it is used more regularly, but I both would be a good improvement. |
@jakobehn I believe he means if finishing a feature, and the (local) develop branch is behind, then have an option to pull the develop branch before merging. For example, when finishing a feature, we can run into the following error: Error encountered while pushing to the remote repository: rejected Updates were rejected because the remote contains work that you do not have locally. This is usually caused by another repository pushing to the same ref. You may want to first integrate the remote changes before pushing again.` |
When creating new feature it would be great if GitFlow would auto update the master branch if it is out of date.
The text was updated successfully, but these errors were encountered: