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
Please sign in to leave a comment.
Hi,
Yes, you can find the branch in the Remote list and do Pull using Merge,
example: