How to take out ones of commit from a branch

夙愿已清 提交于 2019-12-11 16:59:16

问题


There's a branch containing hundreds of commits and each commit associated with a Jira ticket.

There's a commit(jira tickets have been in the history in remote branch)

how can I remove the specific commit (jira ticket) from the branch?

When merging the branch with another destination branch, I would like to exclude the unused commit(jira)

What's the simple way to do?

来源:https://stackoverflow.com/questions/45893126/how-to-take-out-ones-of-commit-from-a-branch

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!