Skip to content

Commit 0f3a037

Browse files
committed
Added branch switcher script
1 parent f0e1898 commit 0f3a037

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

scripts/branch.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#!/usr/bin/env bash
2+
3+
rm -rf vendor
4+
git checkout $1
5+
composer install

0 commit comments

Comments
 (0)