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

create branch optimization based on dev, that I can merge pull requests into. #254

Closed
russelljjarvis opened this issue Jan 7, 2021 · 2 comments
Assignees

Comments

@russelljjarvis
Copy link
Contributor

create branch optimization based on dev, that I can merge pull requests into.

@rgerkin
Copy link
Contributor

rgerkin commented Jan 9, 2021

@russelljjarvis Done.

@rgerkin rgerkin closed this as completed Jan 9, 2021
@russelljjarvis
Copy link
Contributor Author

russelljjarvis commented Jan 10, 2021

AOK, I am about ready to PR into that branch. One problem. I have been doing Continuous Integration, and I have about 25 commits that are package management, related and I want to squash.

Doing git rebase -i HEAD~25, sort of seems to work, except that it burdens me with manual merges for every commit squash (up to 20 or so merges of the same files).

Do you know any good alternatives, where I squash but I only manual merge once if at all?

I think github PR now comes with merge squash on your end. Would that work for you?

I think I will assume yes, and try that way first.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants