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

Assignment submission by Jie Li #4

Open
wants to merge 13 commits into
base: main
Choose a base branch
from

Conversation

Leejere
Copy link

@Leejere Leejere commented Oct 4, 2022

No description provided.

@mjumbewu
Copy link
Contributor

I think we talked about these conflicts already and saw that your code was passing. However, if you did want to resolve these conflicts, the easiest way would be with something like this:

# Add the class organization repository as a remote called "upstream" (if it's not already one)
git remote add upstream https://github.com/musa-611-fall-2022/school-explorer.git
# Fetch the code from the "upstream" repository, favoring that code in the event of a conflict
git pull --no-ff -X theirs upstream main
# Push those chages up to your repository.
git push

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