Update "Commiting Test Data" section to include build bot testing #77
@ -179,13 +179,15 @@ git merge --ff-only add-x-tests
|
||||
git push origin main
|
||||
```
|
||||
|
||||
Preferably straight after pushing the updated tests, update
|
||||
your branch of the Blender repository to point to the updated tests,
|
||||
and push your Blender changes to the main branch of the Blender repo.
|
||||
After pushing the updated tests, update your branch of the Blender repository
|
||||
Alaska marked this conversation as resolved
Outdated
|
||||
to point to the updated tests, and push your changes to the main branch of
|
||||
the Blender repository, either through Gitea, or with `git`.
|
||||
|
||||
``` bash
|
||||
cd ../..
|
||||
git commit tests/data
|
||||
git push me add-x-tests-blender
|
||||
# Pushing changes with git
|
||||
git checkout main
|
||||
git merge --ff-only add-x-tests-blender
|
||||
git push origin main
|
||||
|
Loading…
Reference in New Issue
Block a user
It's more straightforward to merge your PR from gitea, that would also close the PR.