Skip to content

Commit 0cbb076

Browse files
authored
Merge pull request #473 from hamza221/fix/stable-docs
fix(docs): cd before fetching
2 parents 703b63a + 9dd2267 commit 0cbb076

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/basics/stable-versions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ In order to run a stable version you need to have the corresponding git checkout
99
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:
1010

1111
```bash
12+
cd ~/nextcloud-docker-dev/workspace/server
1213
# make sure the stable version is fetched
1314
git fetch origin stable28:stable28
1415
# create a new worktree for the stable28 branch
15-
cd ~/nextcloud-docker-dev/workspace/server
1616
git worktree add ../stable28 stable28
1717
cd ~/nextcloud-docker-dev/workspace/stable28
1818
# make sure submodules are installed in the stable server root directory

0 commit comments

Comments
 (0)