标签:title not its -- tag 复制 comm one ble
git log --pretty=oneline tagA...tagB
If you just wanted commits reachable from tagB but not tagA:
git log --pretty=oneline tagA..tagB
or
git log --pretty=oneline ^tagA tagB
标签:title not its -- tag 复制 comm one ble
原文地址:https://www.cnblogs.com/kekemuyu/p/12221333.html