No more rebase locally #755
Replies: 2 comments 1 reply
-
How does this handles conflicts in the rebase? It might work well for changes where there are not conflicts, but what is the workflow for a rebase where there are conflicts?
If it forces you to resolve conflicts through a WebUI, I would not enable this. But, if it prevents you from rebasing when there are conflicts, or allows you to abort a rebase if there is conflicts, then it will help in the situation where changes in main branch have been pulled in while your PR is open |
Beta Was this translation helpful? Give feedback.
-
I don't think we want this - people can rebase. And, we def don't want a situation where merge commits will show up. |
Beta Was this translation helpful? Give feedback.
-
Whenever we need to rebase our branch against the master or base then we need to do locally. I would say enable the button that will handle this and there will will be no more rebase locally.
step- Go to repo general setting and check the following option
Advantage- it will save our time!
@jesperpedersen
Beta Was this translation helpful? Give feedback.
All reactions