bamboo-2010.2.25: scripts/post-receive
# create another branch # then whenever a push is made to master, # current branch is merged with master cd .. env -i git merge master
# create another branch # then whenever a push is made to master, # current branch is merged with master cd .. env -i git merge master