码迷,mamicode.com
首页 > 其他好文 > 详细

git强制同步

时间:2020-11-04 19:15:59      阅读:26      评论:0      收藏:0      [点我收藏+]

标签:res   强制   har   bsp   git reset   本地   fetch   etc   git pull   

git强制覆盖:
    git fetch --all
    git reset --hard origin/master
    git pull
git强制覆盖本地命令(单条执行):
    git fetch --all && git reset --hard origin/master && git pull

git强制同步

标签:res   强制   har   bsp   git reset   本地   fetch   etc   git pull   

原文地址:https://www.cnblogs.com/hanzhengjie/p/13926010.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!