You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/basics/stable-versions.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,10 +9,10 @@ In order to run a stable version you need to have the corresponding git checkout
9
9
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:
10
10
11
11
```bash
12
+
cd~/nextcloud-docker-dev/workspace/server
12
13
# make sure the stable version is fetched
13
14
git fetch origin stable28:stable28
14
15
# create a new worktree for the stable28 branch
15
-
cd~/nextcloud-docker-dev/workspace/server
16
16
git worktree add ../stable28 stable28
17
17
cd~/nextcloud-docker-dev/workspace/stable28
18
18
# make sure submodules are installed in the stable server root directory
0 commit comments