Use git to merge branches in webstorm

Foreword:

      There is a git plugin in webstorm. Let's talk about using his git to merge branches directly.

Goals:

The content of the feature/ckcs_v1.2. 0 branch is merged into the pre branch

Implementation steps:

1 Switch to the pre branch

2 After successfully switching the pre branch, operate the merged button

3 git pull to see if there are any updates

4 git push commits your local merge to the remote

5 git status to see if there are any changes, if not, you can switch back

 

 

 

Guess you like

Origin blog.csdn.net/weixin_44727080/article/details/113176895