删除文件
$ git rm temp
$ git commit -m "remove temp"
$ git push
删除文件夹
$ git rm -r temp/
$ git commit -m "remove temp"
$ git push
微信扫一扫
删除文件
$ git rm temp
$ git commit -m "remove temp"
$ git push
删除文件夹
$ git rm -r temp/
$ git commit -m "remove temp"
$ git push
相关推荐