Skip to content

Instantly share code, notes, and snippets.

View pocesar's full-sized avatar
🏠
Working from home

Paulo Cesar pocesar

🏠
Working from home
View GitHub Profile
#!/usr/bin/env bash
set -u
set -e
export GIT_WORK_TREE="/var/www/example.com"
export NODE_VERSION="0.10"
echo "--> Checking out..."
git checkout -f