How does git pull a specific version of the code for a specific branch?
滿天的星座2017-05-02 09:51:25
0
2
857
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?
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
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
Recommend a git auxiliary tool: TortoiseGit