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

updated README.md #157

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

updated README.md #157

wants to merge 1 commit into from

Conversation

dcarty01
Copy link

No description provided.

@bmneely
Copy link
Contributor

bmneely commented May 15, 2015

It looks like there is a merge conflict between your master branch and the upstream master. Another student changed the file, so your PR is now out of date. Don't worry, this is easy to fix (and a great thing to learn)!

If you haven't already, you'll need to add an upstream remote to your local repo. On your computer, in your fullstack-example-collaboration folder:

$ git remote add upstream https://github.com/Bloc/rails-web-dev-example-collaboration-repo

Then pull down the changes from upstream:

$ git pull upstream master

You might have to resolve merge conflicts between your changes and the upstream changes.

After you resolve the merge conflict, add, commit, and push your changes back up to your own repo (origin). This will automatically update the PR and it should be good to merge! Just write a comment mentioning @bmneely to let me know.

Good luck, if you have any questions, don't hesitate to reach out to me or your mentor!

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

Successfully merging this pull request may close these issues.

2 participants