What is the difference between the git drop-down menu and git pop-up pane?

已回答

What is the git pane showing me versus what the git menu is showing me?

 

0

Hello Phil

Left branches pane may show you different info at the moment since you have filtered branches by "0" (See search field).

Speaking of a difference between the Branches pane (under Git tool window, or a left side of your screenshot) and branches popup (bottom right corner of IDE or right side of your screenshot) the difference is that the latter is used for quick navigation between branches and works as a status bar that indicates what branch is currently checked out, you may primarily use branches popup for operations on a single branch, whereas Branches pane used for more convenient work with Git Log and operations with multiple branches (such as diff between branches).

0

请先登录再写评论。