如果你对该文章中的内容有疑问/不解,可以点击此处链接提问
要注明问题和此文章链接地址 点击此处跳转
查看当前的文件 ls
修改文件
修改文件hello.php 先查看状态 $ git status 修改文件 $ git add hello.php $ git commit -m "修改文件"
删除文件
删除2.txt这个文件 $ git rm 2.txt $ git commit -m "删除"
查看当前的文件 ls
修改文件hello.php 先查看状态 $ git status 修改文件 $ git add hello.php $ git commit -m "修改文件"
删除2.txt这个文件 $ git rm 2.txt $ git commit -m "删除"