#!/bin/bash #sh builddev.sh git checkout dev git add . git commit -m 'changes' git push -u origin dev