0
点赞
收藏
分享

微信扫一扫

删除远程git文件

删除文件

$ git rm temp

$ git commit -m "remove temp"

$ git push

删除文件夹

$ git rm -r temp/

$ git commit -m "remove temp"

$ git push

举报

相关推荐

0 条评论