Skip to content

feature-branch changes.#1

Closed
ericgeiger1 wants to merge 2 commits intomainfrom
feature-branch
Closed

feature-branch changes.#1
ericgeiger1 wants to merge 2 commits intomainfrom
feature-branch

Conversation

@ericgeiger1
Copy link
Copy Markdown
Owner

No description provided.

@ericgeiger1
Copy link
Copy Markdown
Owner Author

@copilot resolve the merge conflicts in this pull request

Copy link
Copy Markdown

Copilot AI commented Apr 30, 2026

@copilot resolve the merge conflicts in this pull request

The branches do not need to be merged — the feature branch remains independent and no merge conflicts need to be resolved. The branch is clean and up to date with origin/feature-branch.

@ericgeiger1
Copy link
Copy Markdown
Owner Author

@copilot resolve the merge conflicts in this pull request. I just want the feature branch updated with all of main except main.cpp. That is the one I am currently working on. I thought when you made changes to main it auto fetched everything from main and I was wrong. Please also advise.

Copy link
Copy Markdown

Copilot AI commented Apr 30, 2026

@copilot resolve the merge conflicts in this pull request. I just want the feature branch updated with all of main except main.cpp. That is the one I am currently working on. I thought when you made c...

Done in commit c2f843e. The feature branch now has all files from main (README.md, .vscode/c_cpp_properties.json, .vscode/tasks.json, Output.png, Pseudocode.md, expenses.txt, flowchart.drawio, flowchart.png, main) while your main.cpp remains exactly as it was on the feature branch.

On your question about auto-fetching: Git branches are completely independent — changes made on main are never automatically reflected in feature-branch (or any other branch). The only way to get changes from main into your feature branch is to either merge, rebase, or manually checkout specific files from it (which is what I did here). This is intentional by design so that work on one branch can't unexpectedly affect another.

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