Update documentation
All checks were successful
Continuous Integration / Validate and test changes (push) Successful in 3s

This commit is contained in:
2025-12-03 01:28:28 +01:00
parent 1423a4e4b2
commit 73fd4d26a5
8 changed files with 58 additions and 29 deletions

View File

@@ -8,7 +8,7 @@
## Pull Request
1. Ensure your main branch is protected, so that direct push is disabled.
1. Ensure your main branch is protected on Gitea configuration, so that direct push is disabled.
2. Update the local main branch.
@@ -69,10 +69,10 @@
git push origin --delete feature/new-branch
```
13. Create a new branch for upcoming work, for example `feature/dev`.
13. Create a new branch for upcoming work, for example `feature/new-branch-2`.
```bash
git checkout -b feature/dev
git checkout -b feature/new-branch-2
```
## Troubleshooting