【问题标题】:Get short hash using github api使用 github api 获取短哈希
【发布时间】:2018-10-20 09:29:24
【问题描述】:

我想获取 GitHub 提交的短哈希/sha,有没有办法使用 GitHub API 获取短哈希? 我无法在官方文档页面上找到任何内容。

【问题讨论】:

    标签: github-api


    【解决方案1】:

    这个技巧对我有用:

    curl -s -L https://api.github.com/repos/:ORG/:REPO/git/refs/heads/master | grep sha | cut -d '"' -f 4 | cut -c 1-7

    【讨论】:

      猜你喜欢
      • 2013-05-01
      • 2011-08-07
      • 1970-01-01
      • 1970-01-01
      • 2017-11-22
      • 2015-06-22
      • 1970-01-01
      • 2019-08-20
      • 2010-12-19
      相关资源
      最近更新 更多