Specific steps to merge a file information from a remote branch to a local in idea

1. First, you need to switch to the branch that needs to be merged, such as the dev branch. Now you need to merge the remote master branch information to the dev branch.

2. Select the file to be merged, right click with the mouse, as shown in the figure below, then select a remote branch and merge its information into local

Guess you like

Origin blog.csdn.net/qq_36336332/article/details/104362644