Git pull 强制覆盖本地文件

Git pull 强制覆盖本地文件

原创 2015年11月16日 22:07:56
  • 标签:
  • git
git fetch --all  
git reset --hard origin/master 
git pull

参考:https://ruby-china.org/topics/2494

原文地址:https://www.cnblogs.com/wzjwffg/p/9884034.html