Created
July 16, 2011 14:55
-
-
Save kayue/1086418 to your computer and use it in GitHub Desktop.
Auto pull after git push
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
user='dev101' | |
site='hypebeast' | |
cd /home/$user/public_html/$site | |
sudo -H -u $user git pull origin v9 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment