This is an old revision of the document!
Isolate the folder into a temporary branch:
git subtree split –prefix=your-subdirectory-name -b split-branch
Push that specific branch to Codeberg's main branch:
git push codeberg split-branch:main