We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec6d2fb commit ea30d3fCopy full SHA for ea30d3f
README.md
@@ -1,3 +1,17 @@
1
+⚠️ Default branch recently renamed to `main`
2
+=======================
3
+You can update your local clones using the following procedure:
4
+```
5
+git branch -m master main
6
+git fetch origin
7
+git branch -u origin/main main
8
+git remote set-head origin -a
9
10
+Where `origin` is the name of the upstream remote.
11
+
12
+----
13
14
15

16
17
[Merlin](https://ocaml.github.io/merlin/) is an editor service that provides modern IDE features for OCaml.
0 commit comments