修改hello.php文件
vim hello.php
<?php echo "hello world!"; ?>
查看hello.php文件
cat hello.php
查看项目文件状态
git status -s
add与commit合并操作
git commit -am "合并提交"
命令行输出
本文转自 素颜猪 51CTO博客,原文链接:http://blog.51cto.com/suyanzhu/1907140
vim hello.php
<?php echo "hello world!"; ?>
cat hello.php
git status -s
git commit -am "合并提交"
本文转自 素颜猪 51CTO博客,原文链接:http://blog.51cto.com/suyanzhu/1907140
相关文章: