Skip to content

Instantly share code, notes, and snippets.

@pedrofaria
Created May 24, 2010 18:18
Show Gist options
  • Save pedrofaria/412224 to your computer and use it in GitHub Desktop.
Save pedrofaria/412224 to your computer and use it in GitHub Desktop.
#!/bin/sh
echo "Deploying git PHP repository"
CURR=`pwd`
cd /web/pedro/eusouopedro.com/icards
env -i git pull origin php
cd $CURR
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment