Skip to content

Submitting Changes

To submit changes to Flamenco project you must fork the project and then submit a PR on their gitea instance where all projects are hosted.

Resync with upstream project repo (online guide)

git remote add upstream git@projects.blender.org:studio/flamenco.git
git fetch upstream
git checkout main
git merge upstream/main