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
|
git push origin main
|
||||||
```
|
```
|
||||||
|
|
||||||
Preferably straight after pushing the updated tests, update
|
After pushing the updated tests, update your branch of the Blender repository
|
||||||
Alaska marked this conversation as resolved
Outdated
|
|||||||
your branch of the Blender repository to point to the updated tests,
|
to point to the updated tests, and push your changes to the main branch of
|
||||||
and push your Blender changes to the main branch of the Blender repo.
|
the Blender repository, either through Gitea, or with `git`.
|
||||||
|
|
||||||
``` bash
|
``` bash
|
||||||
cd ../..
|
cd ../..
|
||||||
git commit tests/data
|
git commit tests/data
|
||||||
|
git push me add-x-tests-blender
|
||||||
|
# Pushing changes with git
|
||||||
git checkout main
|
git checkout main
|
||||||
git merge --ff-only add-x-tests-blender
|
git merge --ff-only add-x-tests-blender
|
||||||
git push origin main
|
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.