Skip to content

Instantly share code, notes, and snippets.

@mavalur
mavalur / push2git.sh
Last active April 13, 2016 15:25
push script to git
#!bin/bash
CODEBASE=<CODE_BASE>
date=`DATE`
commitMessage="Logical commit for $date"
branchname="release/2.1"
pullandcommit=false
function usage
{
echo "sh $0 -m 'message'"
}