-
Notifications
You must be signed in to change notification settings - Fork 0
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
Consider Squash
or Rebase
only?
#17
Comments
considering |
Squash
or Rebase
onlySquash
or Rebase
only?
As part of auto-merge action described in #5 |
Losing the history and relationship between commits seems like a big deal to me Cons
How often does looking at the commit history matter? Why does it need to be pretty? |
Seems like the best way is:
Right now, we use bulldozer (see #43) to auto-merge PRs into develop, and this always does a For release/hotfix PRs into |
Describe the Improvement:
Just using
Merge
can create confusing looking network graph:Should we consider only allowing
Squash and Merge
andRebase and Merge
?Benefits:
Drawbacks:
Squash
has issues with PR diffs when you branch off squashed branch and want to merge laterHow to Compare:
TBD
The text was updated successfully, but these errors were encountered: