Skip to content

Commit 2e02f9d

Browse files
committed
Renamed default branch on Ibexa Cloud
1 parent c84c579 commit 2e02f9d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/ibexa_cloud/install_on_ibexa_cloud.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,18 +90,18 @@ ibexa_cloud variable:create --level project --name env:COMPOSER_AUTH \
9090
When you're done with configuration, push your project to the Platform.sh remote:
9191

9292
``` bash
93-
git push -u <platform.sh-remote> master
93+
git push -u <platform.sh-remote> main
9494
```
9595

9696
You can also use the [[[= product_name_cloud =]] CLI](https://cli.ibexa.cloud/) to push your code.
9797

9898
``` bash
99-
ibexa_cloud push master
99+
ibexa_cloud push main
100100
```
101101

102102
!!! note
103103

104-
`master` is the Platform.sh name for the production branch.
104+
`main` is the Platform.sh name for the production branch.
105105

106106
!!! caution
107107

0 commit comments

Comments
 (0)