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