Skip to content
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

How to specify fast forward merge strategy? #183

Open
JobaDiniz opened this issue Feb 18, 2022 · 1 comment
Open

How to specify fast forward merge strategy? #183

JobaDiniz opened this issue Feb 18, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@JobaDiniz
Copy link

Is there a way to specify merge with --ff-only?

@JobaDiniz JobaDiniz changed the title How to specify forward merge strategy? How to specify fast forward merge strategy? Feb 18, 2022
@pascalgn
Copy link
Owner

No, this is currently not possible. Option MERGE_METHOD: "rebase" will merge without merge commit, but it does not check if HEAD is up-to-date first (what ff-only does)

Feel free to create a PR for this!

@pascalgn pascalgn added the enhancement New feature or request label Mar 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants