Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在标签以“Sync_”开头的最后一个版本和 HEAD 之间进行格式补丁
就像是:
git format-patch Sync_*...HEAD
有没有办法做到这一点?