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:
parent
755573ba4b
commit
b2a7b22676
4 changed files with 78 additions and 11 deletions
14
README.md
14
README.md
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue