Thanks to visit codestin.com Credit goes to github.com
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 adadfe4 commit 3ab4410Copy full SHA for 3ab4410
main-branch.sh
@@ -1,6 +1,7 @@
1
#!/bin/sh
2
3
git -C main-branch fetch --all
4
+git -C main-branch pull origin main
5
cd main-branch
6
opam switch remove $1 --yes || true
7
opam switch set ocaml-basics
0 commit comments