-
Notifications
You must be signed in to change notification settings - Fork 1
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
Commit issues #16
base: main
Are you sure you want to change the base?
Commit issues #16
Conversation
The merge-base changed after approval.
hello Nate. I cannot merge the changes you referred to because they are already merged to main. This is also why you are seeing this "The merge-base changed after approval." Regarding your statement "I am having problems pulling updates to my local repo. I can only update if these 2 commits are resolved. Kindly help. Thank you" Can you be a bit more specific? What is the exact error you see when you switch to the branch main and do a "git pull origin main" in your local repository? |
The error you have is because you are trying to push to the branch main. Since this is a team project, things can only be merged to main through a pull request. Here is the workflow that will fix your problem:
I hope this clarifies it? |
Thank you Justina |
I am having problems pulling updates to my local repo. I can only update if these 2 commits are resolved. Kindly help. Thank you