Skip to content

Commit

Permalink
pull hook
Browse files Browse the repository at this point in the history
  • Loading branch information
kylemcdonald committed Sep 12, 2013
1 parent 82ee96d commit 2c8257c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions git-pull.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?php
echo system('git checkout -- .');
echo system('git pull git://github.com/lmccart/AppropriatingInteractionTechnologies.git master');
?>

0 comments on commit 2c8257c

Please sign in to comment.