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