I now have two branches, one development branch and one stable branch;
Now I want to pull out a certain historical commit version of the development branch and merge it into the stable branch. How do I do this?
过去多啦不再A梦2017-05-02 09:53:25
1. To git revert to the commit version of the development branch, please refer to https://www.baidu.com/link?ur...
2. Then execute git merge (current version) --no-ff