-
Notifications
You must be signed in to change notification settings - Fork 6
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
20240826 subfolder merge strategies #46
20240826 subfolder merge strategies #46
Conversation
Not sure if it becomes more or less clean, but, one option can be to add one commit to your source repo/source branch where you move all files in the repo to the appropriate sub folder. Then, the merge commit will just merge these commits without "altering" (moving) files as well. (After merge, your private repo should preferably be abandoned). Except this suggestion, it seems like you were able to properly merge the repos. |
This PR is just testing subfolder merge strategies. Here adding the bootloader project as a subfolder. I think it looks pretty clean.
Git commands used to produce the local repo: