git取消本地的修改,强行从服务端拉去代码 作者: 孙肖宁 时间: 2019-05-29 分类: 常用工具 git取消本地的修改,强行从服务端拉去代码git fetch --all git reset --hard origin/master 标签: git