In the team I am working in, we have automatic builds triggered every time we make a pull request. However this build expires in a set time, before someone can approve the request, thus rendering it unable to be completed. Usually, the way to fix it is to fetch develop and rebase, but what happens when there are no new changes in develop? Is there a way to push again to my branch (update the pull request) without making changes?
$ git push origin feature/branch -f
Everything up-to-date
You could try git commit --allow-empty -m "Dummy commit to trigger something"; git push.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With