📜  拒绝主 -> 主(非快进) - Shell-Bash 代码示例

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

代码示例2
git push -f origin master !!This is never a recommended use of git. This will overwrite changes on the remote. Only do this if you know 100% that your local changes should be pushed to the remote master.