美文网首页
【工具】Git在版本之间穿梭?

【工具】Git在版本之间穿梭?

作者: 习惯研究所所长 | 来源:发表于2018-08-10 21:12 被阅读0次

    把版本提交当做时间长河,我们用一条命令在时间长河里穿梭。

    核心命令:

    • git reset --hard commit-hash-id

    如何查看commit-hash-id?

    • git log


      commit-hash-id

    git版本穿梭举例

    穿梭命令:在穿梭之前使用git log 记住commit-hash-id

    image.png

    相关文章

      网友评论

          本文标题:【工具】Git在版本之间穿梭?

          本文链接:https://www.haomeiwen.com/subject/xswlbftx.html