描述:
1、线上master 是最新的,本地拉取了代码发现不是最新的。
解决方案
# 重置索引和工作目录
git reset --hard
# 更新代码
git pull
描述:
1、线上master 是最新的,本地拉取了代码发现不是最新的。
解决方案
# 重置索引和工作目录
git reset --hard
# 更新代码
git pull
257
1万+
709
1万+
6753
1940

被折叠的 条评论
为什么被折叠?