vim hello.php
<?php echo "hello world!"; ?>
cat hello.php
git status -s
git commit -am "合并提交"
本文出自 “素颜” 博客,请务必保留此出处http://suyanzhu.blog.51cto.com/8050189/1907140
Git中将git add 与 git commit合并
原文:http://suyanzhu.blog.51cto.com/8050189/1907140