在旧的推送提交中发现错误后,您可以按照以下步骤进行更改并应用于以后的提交:
git add <file1> <file2> ...
其中,<file1> <file2> ...
是您修改的文件路径。
git commit -m "Fix the error in the old push submission"
其中,Fix the error in the old push submission
是您的提交信息,可以根据实际情况进行修改。
git push origin <branch>
其中,<branch>
是您当前工作的分支名称。
在云计算领域中,推荐使用腾讯云的代码托管服务——腾讯云开发者工具(DevCloud),它提供了基于Git的代码托管、版本管理、协作开发等功能,适用于团队协作和个人开发。您可以通过访问以下链接了解更多关于腾讯云开发者工具的信息:
领取专属 10元无门槛券
手把手带您无忧上云