Is there a way in intellij to pull develop, and merge it with your current feature branch?

Answered

Does intellij have a way to do this:

on branch feature/myfeature

$ git checkout develop

$ git pull

$ git checkout feature/myfeature

$ Git merge develop

0
1 comment

Hi,

Yes, you can find the branch in the Remote list and do Pull using Merge,

example:

 

0

Please sign in to leave a comment.