Hacking:Making pull requests: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 24:
* Don't need to close a named branch.
* If you want to update pull request (for example we have asked you to fix some issues) just push your changes to the same branch that was used in a pull request. Bitbucket will automatically update a pull request.
* For fixing merge conflicts merge new code in '''develop/release''' branch -> to your '''feature''' branch.
* If you want to make several pull requests per time return to develop branch and "reopen" another feature branch. Repeat all previous steps.