Source: git-buildpackage Version: 0.9.37 Sometimes I forget to git pull before I gbp push. This is a problem if I have tagged a release. gbp push pushes the git tags first and then errors on pushing the branches.
I imagine if git-buildpackge could push the branches first and if the branches fail, then it could intentionally not push the git tags. This would make it easier to fix the situation locally without needing to delete the erroneous git tag that has been pushed. Thank you, Jeremy Bícha