Update documentation
All checks were successful
Continuous Integration / Validate and test changes (push) Successful in 3s
All checks were successful
Continuous Integration / Validate and test changes (push) Successful in 3s
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user