10 09/2014

github删除源和文件

最后更新: Wed Sep 10 2014 12:39:11 GMT+0800

github 删除已有的 repositories

这个功能的确很难找啊,打开你的一个源,比如

https://github.com/guoshuang/guoshuang.github.com

点开主菜单(Code network pull requests… )最右面的 Settings,最下面的 danger zone(危险区) 有 Delete this repository(删除这个源)

参考 github help

删除一个文件

好像只能用命令行或者客户端

git rm 1.txt

git commit -m "remove 1.txt"

git push