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

Support all merge options on GitHub #25

Open
le-git-imate opened this issue Aug 20, 2019 · 0 comments
Open

Support all merge options on GitHub #25

le-git-imate opened this issue Aug 20, 2019 · 0 comments
Labels
feature New feature is requested

Comments

@le-git-imate
Copy link
Owner

le-git-imate commented Aug 20, 2019

Description of issue or feature request
GitHub allows the user to do a merge in three ways:

  • Create a merge commit: All commits from the pull request (PR) branch will be added into the master branch
  • Squash and merge: All commits from the PR branch will be squashed into a single commit and that commit goes to the master branch.
  • Rebase and merge: All commits from the PR branch will be added onto the base branch individually without a merge commit.

Current behavior

  • le-git-imate does not support all merge options on GitHub and only allows one option: Create a merge commit

Expected behavior

  • Support all three options to merge a PR on GitHub
@le-git-imate le-git-imate added the feature New feature is requested label Aug 20, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature is requested
Projects
None yet
Development

No branches or pull requests

1 participant