git reset version --hard
出现 fatal: Could not parse object ‘hash id’
Message:fatal: Could not parse object ‘3245521698f5d213424e18cd5b6ca23613833c’.
可以参考下这个 http://t.csdn.cn/QE4Wp
1:切换到master分支没有更新最新代码
2:git log 没有此hash id
解决方法:
1:切换到master分支使用git pull更新代码
2:git log查看有没有此hash id