开发者

Git: getting the ref of a commit by day?

开发者 https://www.devze.com 2022-12-25 19:32 出处:网络
H开发者_开发百科ow can I get the sha ref of a commit on a certain day?git log --pretty=format:\"%H\" --since=\"2010-03-25\" --before=\"2010-03-26\"

H开发者_开发百科ow can I get the sha ref of a commit on a certain day?


git log --pretty=format:"%H" --since="2010-03-25" --before="2010-03-26"

Learn git via github: git log tutorial

0

精彩评论

暂无评论...
验证码 换一张
取 消