-
-
Notifications
You must be signed in to change notification settings - Fork 150
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Something to help with rebasing #355
Comments
When you say rebase, what branch do you rebase on what other branch, and for what reason? We had the command Need to better understand your motivation and use cases in detail. |
I wrote this without testing. Looks correct. Sounds like How are |
It identifies next commits by comparing the commit message here: mob/configuration/configuration.go Line 65 in 4ac1d3e
c.WipCommitMessage is whatever you put in your config. Default is mob next [ci-skip] [ci skip] [skip ci]
@simonharrer @hollesse What do you think about reviving the |
would be fine for me. |
Fine for me. |
I often enough rebase mob branches.
I rebase the base branch and then the mob branch. But before rebasing the mob branch, I squash all the
mob next
commits.I'd like more automation in this workflow. The least of it could be a
mob squash
command that squashes all themob next
commits.But, perhaps a
mob rebase <branch>
command is of more value.The text was updated successfully, but these errors were encountered: