简体   繁体   English

重新运行PR提交?

[英]Re-run a PR commit?

I need to PR my branch again or in other words re-run my PR commit. 我需要再次PR我的分支,换句话说,重新运行PR提交。 Build failed and it was because the branch name itself was upper case and was sending that as part of an S3 bucket name when sending a call to the S3 API. 构建失败,这是因为分支名称本身为大写,并且在将调用发送到S3 API时将其作为S3存储桶名称的一部分发送。 So I need to kinda revert it, commit a toLower in my code, and re-pr the branch. 所以我需要恢复它,在我的代码中提交toLower,然后重新创建分支。

Is this possible? 这可能吗?

Another option would be to rename the branch itself to lower-case..same text. 另一种选择是将分支本身重命名为小写..相同文本。

而不是使用git commit --amendrebase进行还原,并使用force-pushing更新分支。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM