Hobbss
- Total activity 2
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
Hobbss created a post, AnsweredIs 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