We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
micronaut-
\d+\.\d+\.x
Here are the steps followed when we created micronaut-session
https://docs.github.com/en/get-started/using-git/splitting-a-subfolder-out-into-a-new-repository
Step by step; (Replace micronaut-session for your new module name, and session as your sub-project of interest)
micronaut-session
session
git-filter-repo
brew install git-filter-repo
git clone https://github.com/micronaut-projects/micronaut-core.git -b 4.0.x micronaut-session
cd micronaut-session
git filter-repo --path session/
git branch -m master
git tag -d $(git tag -l)
git branch | grep -v "master" | xargs git branch -D
micronaut-projects
git remote add origin https://github.com/micronaut-projects/micronaut-session.git
git push origin master
You will need to copy docs from core/src to your new repo.
core/src
Then follow the steps above
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Issue description
Steps
micronaut-
.micronaut-
prefix.Ping @graeme or @sdelamo about it.
\d+\.\d+\.x
Splitting a module out of core to its own repo
Here are the steps followed when we created micronaut-session
https://docs.github.com/en/get-started/using-git/splitting-a-subfolder-out-into-a-new-repository
Step by step; (Replace
micronaut-session
for your new module name, andsession
as your sub-project of interest)git-filter-repo
micronaut-projects
calledmicronaut-session
You will need to copy docs from
core/src
to your new repo.Then follow the steps above
The text was updated successfully, but these errors were encountered: