Excluir arquivos
Você pode excluir qualquer arquivo nos repositórios do GitHub Enterprise.
Dica: se você tentar excluir um arquivo em um repositório ao qual não tem acesso, bifurcaremos o projeto para sua conta de usuário e ajudaremos você a enviar uma pull request para o repositório original depois que fizer o commit da alteração.
-
Navegue até o arquivo no repositório que deseja excluir.
-
Na parte superior do arquivo, clique em .
-
At the bottom of the page, type a short, meaningful commit message that describes the change you made to the file. You can attribute the commit to more than one author in the commit message. For more information, see "Creating a commit with multiple co-authors."
-
Below the commit message fields, decide whether to add your commit to the current branch or to a new branch. If your current branch is
master
, you should choose to create a new branch for your commit and then create a pull request. For more information, see "Creating a new pull request." -
Click Propose file change.
Atenção: como o Git é um sistema de controle de versão, ele permite recuperar o arquivo mais tarde. If you really, really need to completely remove a file from a repository for some reason, such as a sensitive file that was accidentally committed, you should follow the steps in our article about removing sensitive data.