1
0
Fork 0
mirror of https://codeberg.org/icewind/haze.git synced 2026-06-03 09:04:12 +02:00

document haze git pull

This commit is contained in:
Robin Appelman 2026-02-13 21:28:18 +01:00
commit a8b2ea66f9

View file

@ -237,10 +237,19 @@ haze git checkout [branch]
Checks out the branch in all git repositories within the apps folder. 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`). Defaults to the branch matching the current checked out server versions (e.g.
`master` or `stable33`).
`master` and `main` can be used interchangeably. `master` and `main` can be used interchangeably.
#### Pull remote changes for all local apps
```bash
haze git pull
```
Performs a pull in all git repositories within the apps folder.
## Federation ## Federation
Multiple instances can reach each other by using their instance name as domain Multiple instances can reach each other by using their instance name as domain