search

Home  >  Q&A  >  body text

How does git pull a specific version of the code for a specific branch?

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?

滿天的星座滿天的星座2806 days ago875

reply all(2)I'll reply

  • 过去多啦不再A梦

    过去多啦不再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

    reply
    0
  • 大家讲道理

    大家讲道理2017-05-02 09:53:25

    Recommend a git auxiliary tool: TortoiseGit

    reply
    0
  • Cancelreply