Skip to content

Commit

Permalink
Warn about default branch renaming in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
voodoos committed Jul 11, 2024
1 parent ec6d2fb commit ea30d3f
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
⚠️ Default branch recently renamed to `main`
=======================
You can update your local clones using the following procedure:
```
git branch -m master main
git fetch origin
git branch -u origin/main main
git remote set-head origin -a
```
Where `origin` is the name of the upstream remote.

----


![merlin completion in vim](https://github.com/ocaml/merlin/wiki/vim_complete.png)

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

0 comments on commit ea30d3f

Please sign in to comment.