We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8eacee commit 050f8e2Copy full SHA for 050f8e2
.gitignore
@@ -1,2 +1,3 @@
1
wlizer/
2
snapshot/
3
+gitFetchSite.log
gitFetchSite.php
@@ -0,0 +1,15 @@
+<html>
+ <head>
+ <title>Update site from: GitHub master</title>
4
+ </head>
5
+<body>
6
+<?php `echo ================================== >> gitFetchSite.log`; ?>
7
+<?php `date >> gitFetchSite.log`; ?>
8
+ <pre><?php echo `date`; ?></pre>
9
+ <pre><?php echo `git fetch origin`; ?></pre>
10
+ <pre><?php echo `git checkout origin/master -f`; ?></pre>
11
+ <pre><?php echo `git status`; ?></pre>
12
+ <pre><?php echo `git log -n1`; ?></pre>
13
+ <?php `git log -n1 >> gitFetchSite.log`; ?>
14
+</body>
15
+</html>
0 commit comments