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

Always have to resolve merge conflicts when merging into main #16

Open
chadstewart opened this issue Oct 29, 2022 · 3 comments
Open

Always have to resolve merge conflicts when merging into main #16

chadstewart opened this issue Oct 29, 2022 · 3 comments
Labels
developer experience Improves the experience of working on the project help wanted Extra attention is needed

Comments

@chadstewart
Copy link
Collaborator

Whenever I try to create a PR into main, I always have to resolve merge conflicts which is just accepting current.

Need to find out why that is so I can have more frictionless releases.

@stradox4u
Copy link

stradox4u commented Nov 2, 2022

  • Looking at your git history, it seems like your merging process might be to blame, as you'll see that your main branch is far from, and has a different history from your dev branch.
  • At my job, we merge our features into dev, and then dev into main. We make sure that main and dev share a common commit history, so there are no merge conflicts when merging dev into main.

@chadstewart
Copy link
Collaborator Author

Yeah, I need to look at how I'm merging. So the idea I had was that I'd make a new branch for whatever work I was working on and then create a PR and squash and merge the PR into dev. Once I was comfortable with all the things in dev, I'd squash and merge dev into main. The thing is, that's been making things messy it seems so I clearly need to look back ati what I'm doing.

So clearly the process I'm doing isn't the best but does it even sound like it makes sense at all?

@stradox4u
Copy link

stradox4u commented Nov 2, 2022 via email

@chadstewart chadstewart added developer experience Improves the experience of working on the project help wanted Extra attention is needed labels Apr 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
developer experience Improves the experience of working on the project help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants