【工具】Git在版本之间穿梭?
2018-08-10 本文已影响0人
习惯研究所所长
把版本提交当做时间长河,我们用一条命令在时间长河里穿梭。
核心命令:
- git reset --hard commit-hash-id
如何查看commit-hash-id?
git log
commit-hash-id
git版本穿梭举例
穿梭命令:在穿梭之前使用git log 记住commit-hash-id
image.png
把版本提交当做时间长河,我们用一条命令在时间长河里穿梭。
核心命令:
- git reset --hard commit-hash-id
git log
commit-hash-id
穿梭命令:在穿梭之前使用git log 记住commit-hash-id
image.png