submodule conflict resolution #87

Open
adamm wants to merge 2 commits from submodulemerge into main
Owner

If merging a ProjectGit with submodules,

  • removed submodules are to be removed always
  • modified/added submodules are to be present
  • submodules modified in base project and PR should conflict
If merging a ProjectGit with submodules, * removed submodules are to be removed always * modified/added submodules are to be present * submodules modified in base project and PR should conflict
adamm added 1 commit 2025-10-28 19:45:29 +01:00
If merging a ProjectGit with submodules,
  * removed submodules are to be removed always
  * modified/added submodules are to be present
  * submodules modified in base project and PR should conflict
adamm added 1 commit 2025-10-29 13:02:50 +01:00
It assumes CWD is the root of the git project
adamm added 1 commit 2025-10-29 13:26:26 +01:00
adamm force-pushed submodulemerge from 66a2c0565e to 03868953fd 2026-02-21 14:19:12 +01:00 Compare
Author
Owner

Rebased

Rebased
adamm requested review from jzerebecki 2026-02-21 14:19:46 +01:00
Some checks failed
go-generate-check / go-generate-check (pull_request) Failing after 30s
This pull request has changes conflicting with the target branch.
  • common/git_utils_test.go
  • common/pr.go
  • common/pr_test.go
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin submodulemerge:submodulemerge
git checkout submodulemerge
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: git-workflow/autogits#87