删除GitHub上repository里的某个文件

来源:互联网 发布:淘宝充流量要验证码 编辑:程序博客网 时间:2024/06/03 18:08

   先把本地的文件删除

   git   add  .

       down voteaccepted


If you deleted a file from the working tree, then commit the deletion:

git commit -a -m "A file was deleted"

And push your commit upstream:

git push
50down voteaccepted

If you deleted a file from the working tree, then commit the deletion:

git commit -a -m "A file was deleted"

And push your commit upstream:

git push
0 0
原创粉丝点击