📌  相关文章
📜  更新被拒绝,因为推送的分支提示位于其远程后面 - TypeScript 代码示例

📅  最后修改于: 2022-03-11 14:48:28.331000             🧑  作者: Mango

代码示例3
# You can force push your local code status by -f 
# Do this, if you are sure that your commit status in local should be reflected in remote too. 
git push -f origin master