V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
git
Pro Git
Atlassian Git Tutorial
Pro Git 简体中文翻译
GitX
wjx0912
V2EX  ›  git

请教一个 git 指令(根据提交次数找到 commit id)

  •  
  •   wjx0912 · 2023-07-03 17:48:43 +08:00 · 864 次点击
    这是一个创建于 508 天前的主题,其中的信息可能已经有所发展或是发生改变。

    当前分支代码 checkout 后 git rev-list --count main 可以得到 main 分支的 commit 次数。

    这个次数最终编译到 dll 版本号里面,比如 1.0.0.2345

    能不能根据 2345 找到对应的 git 的 commit id

    万分感谢

    wjx0912
        1
    wjx0912  
    OP
       2023-07-03 18:02:35 +08:00
    自言自语答复一下:git rev-list main --reverse | nl | grep -w 2345
    retanoj
        2
    retanoj  
       2023-07-03 18:47:55 +08:00
    假如我知道了 git rev-list main --reverse 用法,我就会
    git rev-list main --reverse | head -n 2345 | tail -n 1
    wjx0912
        3
    wjx0912  
    OP
       2023-07-03 19:04:58 +08:00
    @retanoj good
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   1110 人在线   最高记录 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 25ms · UTC 23:30 · PVG 07:30 · LAX 15:30 · JFK 18:30
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.