删除文件
$ git rm temp
$ git commit -m "remove temp"
$ git push
删除文件夹
$ git rm -r temp/
$ git commit -m "remove temp"
$ git push
删除远程git文件
阅读 186
2022-10-21
删除文件
$ git rm temp
$ git commit -m "remove temp"
$ git push
删除文件夹
$ git rm -r temp/
$ git commit -m "remove temp"
$ git push
相关推荐
精彩评论(0)