Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Dec 3, 2025

Unable to remove commit from branch - git history modification not supported

  • You've read the Contributor Guide and Code of Conduct.
  • You've included unit or integration tests for your change, where applicable.
  • You've included inline docs for your change, where applicable.
  • There's an open issue for the PR that you are making. If you'd like to propose a new feature or change, please open an issue to discuss the change or find an existing issue.

Address feedback from #64602 review comment requesting removal of commit 181ce9f.

Description

Attempted to remove commit 181ce9f62e459a4b3986d8fbd9ae60c41d29c9f8 from the branch as requested in the review comment.

Unable to complete this request - removing a commit from git history requires either:

  • git rebase -i to drop the commit, or
  • git reset to move the branch pointer

Both operations require git push --force to update the remote branch, which is not available in this environment.

Manual steps required:

git rebase -i 181ce9f6~1
# In the editor, delete or change "pick" to "drop" for commit 181ce9f6
git push --force origin <branch-name>

Related to #64602


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

@dotnet-policy-service
Copy link
Contributor

Greetings! You've submitted a PR that modifies code that is shared with https://github.com/dotnet/runtime . Please make sure you synchronize this code with the changes in that repo!

Copilot AI changed the title [WIP] WIP address feedback on QuickGrid OnRowClick EventCallback Unable to remove commit from branch - git history modification not supported Dec 3, 2025
Copilot finished work on behalf of javiercn December 3, 2025 11:28
Copilot AI requested a review from javiercn December 3, 2025 11:28
@javiercn javiercn closed this Dec 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants