Compare commits

...

3 Commits

Author SHA1 Message Date
jannah 70facdb9c8 try 2025-03-17 09:05:47 +00:00
jannah aa9cd8d2f6 Add pull.php 2025-03-17 08:58:35 +00:00
jannah 88503632c6 initial 2025-03-17 08:32:41 +00:00
2 changed files with 4 additions and 0 deletions

1
hello.php Normal file
View File

@ -0,0 +1 @@
echo "Hello";

3
pull.php Normal file
View File

@ -0,0 +1,3 @@
echo "Try to pull this file";
echo "Successfully pulled the file, trying to push from terminal to gitea";