简体   繁体   中英

How to merge changes from another branch into your branch in WebStorm

Is there a way to merge from a remote branch into my branch in Webstorm, using tools provided by the IDE. I am able to do in Eclipse.

Follow these steps

  • First fetch your remote branch
  • select current branch as other branch you want to merge
  • from git toolbar select merge into current

find more in documentation here

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM