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 f0e1898 commit 0f3a037Copy full SHA for 0f3a037
scripts/branch.sh
@@ -0,0 +1,5 @@
1
+#!/usr/bin/env bash
2
+
3
+rm -rf vendor
4
+git checkout $1
5
+composer install
0 commit comments