#!/bin/bash
cd `dirname $0`
cd ../..
git co master
git pull
git pull
git delete-branch test-npm2
git create-branch test-npm2
git push origin test-npm2 -u
git co -
