Automatically update the main branch from the remote

已回答

I would like to keep my main branch automatically rebased from remote. This is because I currently rebase the main branch manually and then rebase it onto my working branch. This is a multi step process on Intellij. I am on Windows and there doesn't seemed to be proper cron support to automate this in Windows.

How can I keep my main branch automatically rebased from the main branch (at least do it periodically) in Intellij?

 

0

Hi,

There is no way to do this automatically.

You can do this via 1 click by going to Remote node in log, choosing origin/main and clicking “Pull into using Rebase” 

0

请先登录再写评论。