Is there a way in intellij to pull develop, and merge it with your current feature branch?
已回答
Does intellij have a way to do this:
on branch feature/myfeature
$ git checkout develop
$ git pull
$ git checkout feature/myfeature
$ Git merge develop
请先登录再写评论。
Hi,
Yes, you can find the branch in the Remote list and do Pull using Merge,
example: