Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to use Cherry-Pick in Tortoisegit

2025-04-06 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)06/03 Report--

This article mainly shows you "how to use Cherry-Pick in Tortoisegit", the content is easy to understand, clear, hope to help you solve doubts, the following let the editor lead you to study and learn "how to use Cherry-Pick in Tortoisegit" this article.

Method

First, we need to switch to the branch we want to merge, and then perform git fetch to synchronize the remote commit records. (note that switching branches do not create New Branch)

two。 Then, select show log in the right-click menu to view the commit log, and click here to switch to the log of the branch of the commit we want to merge.

3. At this point, you can see the commit that needs to be merged on the commit record of the remote pre branch.

4. Right-click the pop-up menu on this commit and select Cherry Pick this commit...

5. The cherry pick interface will pop up, select the commit that requires pick, click contimue, and the commit will be merged and submitted to the local dev branch. You can also view commit files and msg here, and resolve conflicts if there are conflicts.

6. From the new pull code, we can see that the local branch has pointed to the latest commit merged.

Finally, we execute git pull, git push, and synchronize them to the remote branch to ok. (different versions may be submitted differently)

The above is all the contents of the article "how to use Cherry-Pick in Tortoisegit". Thank you for reading! I believe we all have a certain understanding, hope to share the content to help you, if you want to learn more knowledge, welcome to follow the industry information channel!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Development

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report