mirror of
https://github.com/waylau/github-help.git
synced 2026-08-12 20:32:17 +08:00
completed Deleting files 删除文件
This commit is contained in:
@@ -1,6 +1,18 @@
|
||||
Deleting files 删除文件
|
||||
===========
|
||||
|
||||
可以删除任何在 GitHub 库中的文件
|
||||
|
||||
*提示:如果被删的文件你将没有访问它的权限,我们将会 fork 这个项目到你的账户下,并且当你提交改变时,帮你[发送 pull 请求](Using pull requests 使用 pull 请求.md)到原来的库*
|
||||
|
||||
1.浏览你要删除的文件
|
||||
|
||||
2.在文件顶部,点击删除图标
|
||||
|
||||
3.当你删除文件时输入提交信息描述,且点击 Commit 来提交改变到库
|
||||
|
||||

|
||||
|
||||
*注意:由于 Git 是一个版本控制系统,它总是有备份如果你需要恢复的文件后。如果你真的需要因为一些原因从库中完全删除一个文件,如一些敏感的文件,你应该遵循下面的步骤,见[关于删除敏感数据](Remove sensitive data 删除敏感数据.md)*
|
||||
|
||||
*参考*:<https://help.github.com/articles/deleting-files/>
|
||||
@@ -95,6 +95,8 @@ Chinese translation of the Github Help(https://help.github.com/index.html) and t
|
||||
|
||||
##Manipulating Files 文件处理
|
||||
|
||||
* [Deleting files 删除文件](Deleting files 删除文件.md)
|
||||
|
||||
##Working with non-code files 非编码的文件工作
|
||||
|
||||
##Commits 提交
|
||||
@@ -103,6 +105,8 @@ Chinese translation of the Github Help(https://help.github.com/index.html) and t
|
||||
|
||||
##Advanced Git 高级 Git 应用
|
||||
|
||||
* [Remove sensitive data 删除敏感数据](Remove sensitive data 删除敏感数据.md)
|
||||
|
||||
##Releases 发布
|
||||
|
||||
* [About Releases 关于发布包](https://github.com/waylau/github-help/blob/master/About%20Releases%20%E5%85%B3%E4%BA%8E%E5%8F%91%E5%B8%83%E5%8C%85.md)
|
||||
|
||||
Reference in New Issue
Block a user