#!/bin/bash

git add .
git commit -m "$1"
git checkout master
git pull
git checkout $2 
git rebase master
