Skip to content

Commit

Permalink
Create git-pull.php
Browse files Browse the repository at this point in the history
  • Loading branch information
lmccart authored Apr 2, 2023
1 parent abac121 commit 13c4cd1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions git-pull.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?php
echo 'pulling new';
echo system('git reset --hard');
echo system('git checkout -- .');
echo system('git pull https://github.com/lmccart/DMA161-networkmedia.git main');
?>

0 comments on commit 13c4cd1

Please sign in to comment.