diff --git a/switch-branch.sh b/switch-branch.sh new file mode 100644 index 0000000..f207d7a --- /dev/null +++ b/switch-branch.sh @@ -0,0 +1,3 @@ +git checkout $1 +git pull origin $1 +