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?

滿天的星座
滿天的星座

reply all(2)
过去多啦不再A梦

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

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template