gpt4 book ai didi

git - 如何在 Android Studio 4.1 中将不同分支中的两次提交与 Git 进行比较?

转载 作者:行者123 更新时间:2023-12-03 19:00:52 26 4
gpt4 key购买 nike

我在 Android Studio 4.1 中使用 Git。在不同的分支中有两个提交。
第一次提交名为“TestC 47”,位于“TestC”分支中,第二次提交名为“Dell_Merge 25”,位于“master”分支中。
我希望知道“TestC 47”提交和“Dell_Merge 25”提交有什么不同,我该怎么办?
图片 1
enter image description here
图片 2
enter image description here

最佳答案

如果这些提交代表其分支的相应 HEAD,您可以简单地比较分支,如 this article 中所述。 (“ 如何在 Android Studio 中使用 Git ”来自 Minh Pham)

Suppose I’m in the feature branch, and I want to compare it with the master branch. Go to “VSC” -> “Git” -> “Branches”, select the master branch and choose “Compare with current”.

https://miro.medium.com/max/597/1*IwC5W6KLmZngioTbo1dVlQ.png

A popup “Compare feature with master” shows up with all the differences between the two branches, commits to commits, files to files.

https://miro.medium.com/max/955/1*XAT0jg4LK7zPKEvt448Agg.png


同样的想法适用于两个任意提交:您可以创建两个临时分支 tmp1 和 tmp2,并如上所述比较这两个分支。
Android Studio 4.1 (2020 年 8 月)基于 IntelliJ IDEA 2020-1 ,所以您也可以关注 compare branches illustrated here .

关于git - 如何在 Android Studio 4.1 中将不同分支中的两次提交与 Git 进行比较?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/64885803/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com