#!/bin/bash

NAME=`pwd | xargs basename`
TAG=$1

git push origin master
git tag ${TAG}
git push origin ${TAG}