Skip to main content

Выпуск GitHub AE сейчас ограничен.

Удаление файлов в репозитории

В этой статье

Вы можете удалить отдельный файл в репозитории на GitHub AE.

Кто может использовать эту функцию.

People with write permissions can delete files in a repository.

About file deletion

You can delete an individual file in your repository.

If you try to delete a file in a repository that you don’t have write permissions to, we'll fork the project to your personal account and help you send a pull request to the original repository after you commit your change. For more information, see "About pull requests."

If the file you deleted contains sensitive data, the data will still be available in the repository's Git history. To completely remove the file from GitHub AE, you must remove the file from your repository's history. For more information, see "Removing sensitive data from a repository."

Deleting a file

  1. Browse to the file in your repository that you want to delete.

  2. At the top of the file, click .

  3. In the "Commit message" field, 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 authors."

  4. 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 the default branch, you should choose to create a new branch for your commit and then create a pull request. For more information, see "Creating a pull request."

    Screenshot of a GitHub pull request showing a radio button to commit directly to the main branch or to create a new branch. New branch is selected.

  5. Click Commit changes or Propose changes.