获取自最后一个tag以来的所有git提交
技术4 年前

bash
git log "$(git describe --tags --abbrev=0)..HEAD" --oneline
bash
git log "$(git describe --tags --abbrev=0)..HEAD" --oneline --pretty=format:%s