【备忘】 git log

来源:互联网 发布:知乎哪一年开放注册 编辑:程序博客网 时间:2024/06/05 17:42
 git log -1 --pretty=format:"{\"author\":\"%an\", \"authorEmail\": \"%ae\",\"modifyDate\": \"%ad\",\"commiter\":\"%cn\", \"commiterEmail\": \"%ce\",\"commitDate"\: \"%cd\"\"hash\": \"%h\", \"Hash\": \"%H\",\"comment\": \"%s\"}"

获取 最近一次 tags


 git describe --abbrev=0 --tags

0 0
原创粉丝点击