摘要:
Squash merge Combine commits and ensure a cleaner merge history in your Git repository. git merge --squash targetBranch 阅读全文
posted @ 2023-03-07 18:59
shendawei
阅读(29)
评论(0)
推荐(0)
摘要:
MAJOR version: when you make incompatible API changes MINOR version: when you add functionality in a backwards compatible manner PATCH version: when y 阅读全文
posted @ 2023-03-07 18:30
shendawei
阅读(20)
评论(0)
推荐(0)