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: CONTRIBUTING.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -279,6 +279,6 @@ Feel free to use any approach while creating a PR. Here are a few suggestions fr
279
279
280
280
## Troubleshooting
281
281
282
-
### After rebase, my branch doesn't build anymore
282
+
### After rebase on `main`, my branch doesn't build anymore
283
283
284
-
Please check in the commit log whether an upgrade of the dependencies (advancing of the `opam-repository` commit hash) has happened. If this is the case, running `dune pkg lock` should install the new dependencies.
284
+
Please check in the commit log (`git log`) whether an upgrade of the dependencies (advancing of the `opam-repository` commit hash) has happened. If this is the case, running `dune pkg lock` should install the new dependencies.
0 commit comments