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

Document merge conflict resolution process in CONTRIBUTING.md. #12212

Merged
merged 2 commits into from
Jun 8, 2017

Conversation

cjcenizal
Copy link
Contributor

Rebasing can be tricky. Merge conflicts even trickier. We should refer people to these instructions when we request a rebase.

@cjcenizal cjcenizal force-pushed the chore/resolve-merge-conflicts branch from 0ec685a to a2f1d01 Compare June 6, 2017 21:57
Copy link
Contributor

@kimjoar kimjoar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure how deeply we should go into things like this. I wish there was a good resource we could link to instead. But I'm okey with it, and the explanation is good.

We should explain upstream though. It's important that people pull from Kibana master, not their fork's master.


```
git checkout master
git fetch upstream
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is the first time this doc mentions upstream, we should probably explain what it is (if we already need this to explain people git)

Also, I usually git pull --rebase upstream master, but two commands is probably okey ;)

@cjcenizal
Copy link
Contributor Author

Thanks @kjbekkelund I updated per your point.

@cjcenizal cjcenizal merged commit 45e966b into elastic:master Jun 8, 2017
@cjcenizal cjcenizal deleted the chore/resolve-merge-conflicts branch June 8, 2017 22:05
@jimgoodwin jimgoodwin added Team:Core Core services & architecture: plugins, logging, config, saved objects, http, ES client, i18n, etc release_note:enhancement labels Jul 25, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore release_note:enhancement Team:Core Core services & architecture: plugins, logging, config, saved objects, http, ES client, i18n, etc v6.0.0-beta1 v6.0.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants