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

Allow to rebase+merge with --no-ff #67

Open
jd opened this issue Jul 4, 2018 · 2 comments
Open

Allow to rebase+merge with --no-ff #67

jd opened this issue Jul 4, 2018 · 2 comments
Labels
enhancement New feature or request

Comments

@jd
Copy link
Member

jd commented Jul 4, 2018

Feature requested from isaacs/github#1135 and isaacs/github#1143 and isaacs/github#1017

@jd jd added the enhancement New feature or request label Jul 4, 2018
@ljharb
Copy link

ljharb commented Nov 29, 2018

Also, allow for rebase+merge with --ff-only.

@garyverhaegen-da
Copy link

Can't you do that with the existing actions? From my understanding of the documentation,

- method: merge
  strict: true
  strict_method: rebase

should give you the semi-linear history, at least if method: merge is equivalent to pressing the merge button on GitHub (which includes --no-ff), and

- method: rebase
  strict: true
  strict_method: rebase

should give you the linear version (i.e. --ff-only) if it matches pressing the "rebase" button on GitHub.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

No branches or pull requests

3 participants