git 强制推送远程仓库缩略图
git push -f origin master 

注释: origin 远程仓库名, master 分支名,-f 为force,意为:强行、强制。
admin@DESKTOP-MCP4667 MINGW64 /d/vueProj/vue-game (master)
$ git push -f origin master
Enumerating objects: 1082, done.
Counting objects: 100% (1082/1082), done.
Delta compression using up to 8 threads
Compressing objects: 100% (947/947), done.
Writing objects: 100% (1082/1082), 72.39 MiB | 4.27 MiB/s, done.
Total 1082 (delta 499), reused 252 (delta 51), pack-reused 0
remote: Resolving deltas: 100% (499/499), done.
remote: Powered by GITEE.COM [GNK-6.3]
To https://gitee.com/zhaorenfei/vuetify-project.git
 + 95fad2d...d1cde63 master -> master (forced update)

By lxcss

发表评论

您的电子邮箱地址不会被公开。 必填项已用*标注