How to update a download request on a bitbucket?

How do you update one of your own bitbuck download requests in your IDE on your local computer?

This workflow does not work as I expected:

  • Fork cloning
  • Make a request for the branch that you used to request pulling
  • Make changes
  • git add.
  • git commit
  • Click commit (to fork repository)

While this is so good, it seems that the transfer request is not updated automatically as soon as the branch (on which the stretch request is based) is updated.

Question: is there a way to update download requests (automatically or manually) as soon as the branch is updated (on which tensile requests are based)?

+6
source share
1 answer

I think you asked a little earlier.

http://blog.bitbucket.org/2014/04/22/bitbucket-now-auto-updates-pull-requests/

After updating my local branch and clicking Bitbucket automatically updates the download request.

+11
source

All Articles