Skip to content
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

Convert from submodules to subtrees #4

Merged
merged 1,006 commits into from
Oct 18, 2024

Conversation

matthiasgoergens
Copy link
Collaborator

Subtrees are easier to work with. We can still pull from and push to the upstream repositories via the subtree mechanisms.

FYI, conversion works like this:

git submodule deinit circ_blocks
git rm circ_blocks
git commit -m "Remove circ_blocks"
git subtree add --prefix=circ_blocks/ git@github.com:Jiangkm3/circ_blocks.git master

Same for the other submodules. Be careful to check that the branches are correct. For ff it's main.

We can always convert back later, if we need to.

@matthiasgoergens matthiasgoergens merged commit a0a4569 into main Oct 18, 2024
matthiasgoergens added a commit that referenced this pull request Oct 23, 2024
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