Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/basics/stable-versions.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ In order to run a stable version you need to have the corresponding git checkout
Assuming you have already cloned the repository into `~/nextcloud-docker-dev/workspace/server` you can run the following commands to create a new worktree for the stable28 branch:

```bash
cd ~/nextcloud-docker-dev/workspace/server
# make sure the stable version is fetched
git fetch origin stable28:stable28
# create a new worktree for the stable28 branch
cd ~/nextcloud-docker-dev/workspace/server
git worktree add ../stable28 stable28
cd ~/nextcloud-docker-dev/workspace/stable28
# make sure submodules are installed in the stable server root directory
Expand Down
Loading