gitlearn/hello.php

4 lines
83 B
PHP
Raw Normal View History

2024-07-22 13:44:57 +08:00
<?php
echo '查看改动test';
2024-07-22 14:01:43 +08:00
echo '向仓库提交代码测试git commit -a';