Skip to content

Commit ea30d3f

Browse files
committed
Warn about default branch renaming in readme
1 parent ec6d2fb commit ea30d3f

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
115
![merlin completion in vim](https://github.com/ocaml/merlin/wiki/vim_complete.png)
216

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

0 commit comments

Comments
 (0)