1
0
Fork 0
mirror of https://codeberg.org/icewind/haze.git synced 2026-06-03 17:14:08 +02:00

make haze git checkout pick the correct branch by default

This commit is contained in:
Robin Appelman 2026-02-13 21:22:21 +01:00
commit b2a7b22676
4 changed files with 78 additions and 11 deletions

View file

@ -227,6 +227,20 @@ haze [match] edit <path>
haze [match] reload
```
The php configuration can edit changed with `haze edit /php.ini`
#### Checkout a branch for all local apps
```bash
haze git checkout [branch]
```
Checks out the branch in all git repositories within the apps folder.
Defaults to the branch matching the current checked out server versions (e.g. `master` or `stable33`).
`master` and `main` can be used interchangeably.
## Federation
Multiple instances can reach each other by using their instance name as domain