Skip to content

Instantly share code, notes, and snippets.

#!/bin/sh
VERSION_PREV=0.1.1-rc1
VERSION=0.1.1-rc2
ENVIRONMENT=preproduction
PROJECT=robusto
EMAIL=tristan.rivoallan@aramisauto.com
git remote update
git checkout develop && git pull origin develop