Skip to content

Commit 5459eb4

Browse files
Apply suggestions from code review
Co-authored-by: Michael Chirico <[email protected]>
1 parent e48f93b commit 5459eb4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

web/Weblate-server.qmd

+2-2
Original file line numberDiff line numberDiff line change
@@ -148,13 +148,13 @@ The basic idea is to compare the Weblate repo (which copies the R subversion rep
148148
mkdir weblate-diff && cd weblate-diff
149149
git clone -o weblate https://translate.rx.studio/git/r-project/base-r-gui/ . # remote #1: Weblate source
150150
git remote add svn [email protected]:r-devel/r-svn.git # remote #2: SVN source
151-
git fetch svn # retrieve the latest from SVN
151+
git fetch svn main # retrieve the latest from SVN
152152
```
153153

154154
If you've got the repo set up locally already, update:
155155

156156
```sh
157-
git fetch svn
157+
git fetch svn main
158158
git fetch weblate master
159159
git reset --hard weblate/master # force-reset to match state on Weblate (usual caution with --hard applies)
160160
```

0 commit comments

Comments
 (0)