Как удалить папку из репозитория github
Перейти к содержимому

Как удалить папку из репозитория github

  • автор:

Как удалить папку из репозитория

введите сюда описание изображения

Прошу помочь мне с таким вопросом. Через командную строку создал папку в своем репозитории, теперь не знаю как удалить ее. Помогите пожалуйста.

Отслеживать
задан 20 авг 2019 в 15:51
Сергей Малинкин Сергей Малинкин
33 1 1 золотой знак 2 2 серебряных знака 6 6 бронзовых знаков

1 ответ 1

Сортировка: Сброс на вариант по умолчанию

git rm -r course_test 

Для удаления файла используется

git rm file_name 

Отслеживать
ответ дан 20 авг 2019 в 17:41
user344683 user344683
Спасибо Вам большое!
20 авг 2019 в 18:59
Отметьте пожалуйста ответ, как решение. Удачи Вам!
– user344683
20 авг 2019 в 19:20

  • github
  • git-репозиторий
    Важное на Мете
Похожие

Подписаться на ленту

Лента вопроса

Для подписки на ленту скопируйте и вставьте эту ссылку в вашу программу для чтения RSS.

Дизайн сайта / логотип © 2023 Stack Exchange Inc; пользовательские материалы лицензированы в соответствии с CC BY-SA . rev 2023.10.27.43697

Нажимая «Принять все файлы cookie» вы соглашаетесь, что Stack Exchange может хранить файлы cookie на вашем устройстве и раскрывать информацию в соответствии с нашей Политикой в отношении файлов cookie.

Как удалить папку в Github именно с сайта, а не через git?

Всем привет! Нужно удалить одну папку, которая уже не используется, но проблема в том, что я не использую Git, а просто загружаю файлы через сайт Github при помощи кнопки «Upload files».
Неужели ради удаления папки придётся ставить Git?

  • Вопрос задан более трёх лет назад
  • 12258 просмотров

Комментировать
Решения вопроса 1

DevMan

только один способ — удалить все файлы в папке.
способ так себе по удобству, поэтому проще установить любой git-клиент.

Ответ написан более трёх лет назад
Нравится 3 3 комментария
Zadavatel_Voprosov @Zadavatel_Voprosov Автор вопроса
А можете порекомендовать какой-нибудь Gui клиент, или консольный «хардкор и только хардкор»?)

DevMan

Zadavatel_Voprosov, да хоть родной гитхабовский, это дело вкуса.
Zadavatel_Voprosov @Zadavatel_Voprosov Автор вопроса
DevMan, Я скачал Github Desktop и был доволен ;D
Ответы на вопрос 1

Нажимаешь в папке которую нужно удалить в правом верхнем углу на три точки и после delete directory.Удаляет только нужную папку. Да я проверял. Сам зашел чтобы найти ответ потом нашел его самостоятельно и решил поделиться. Парень сверху пиздит) Шутка. Нормальный тип

Ответ написан более двух лет назад
Нравится 1 1 комментарий
Спасибо бро. Респект что разобрался и другим помог. Я даже зарегался, чтоб коммент оставить.
Ваш ответ на вопрос

Войдите, чтобы написать ответ

github

  • GitHub

Как иметь в репозитории 2 ветки и не получать уведомление «Compare & pull request»?

  • 1 подписчик
  • 6 часов назад
  • 33 просмотра

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

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

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

People with write permissions can delete files or directories in a repository.

About file and directory deletion

You can delete an individual file in your repository or an entire directory, including all the files in the directory.

If you try to delete a file or directory 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 or directory you deleted contains sensitive data, the data will still be available in the repository’s Git history. To completely remove the file from GitHub, 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. In the top-right corner, select the

Screenshot of the file list for a directory. To the right of the directory name, a button, labeled with a kebab icon, is outlined in dark orange.

dropdown menu, then click Delete file.

Screenshot of a GitHub pull request showing a dropdown menu with options to choose the commit author email address. octocat@github.com is selected.

  • 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.»
  • If you have more than one email address associated with your account on GitHub.com, click the email address drop-down menu and select the email address to use as the Git author email address. Only verified email addresses appear in this drop-down menu. If you enabled email address privacy, then a no-reply will be the default commit author email address. For more information about the exact form the no-reply email address can take, see «Setting your commit email address.»

    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.

    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.»

    Deleting a directory

    1. Browse to the directory in your repository that you want to delete.
    2. In the top-right corner, select the

    Screenshot of the file list for a directory. To the right of the directory name, a button, labeled with a kebab icon, is outlined in dark orange.

    dropdown menu, then click Delete directory.

    Screenshot of a GitHub pull request showing a dropdown menu with options to choose the commit author email address. octocat@github.com is selected.

  • Review the files you will delete.
  • 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.»
  • If you have more than one email address associated with your account on GitHub.com, click the email address drop-down menu and select the email address to use as the Git author email address. Only verified email addresses appear in this drop-down menu. If you enabled email address privacy, then a no-reply will be the default commit author email address. For more information about the exact form the no-reply email address can take, see «Setting your commit email address.»

    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.

    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.»

    Как удалить папку .idea и лишние файлы из Git

    Прежде всего добавим файл .gitignore в корень проекта:

    touch .gitignore

    Добавим в него построчно имена папок, которые необходимо исключить из синхронизации:

    echo «.idea» > .gitignore

    Удалим все проиндексированные файлы:

    git rm -r -f —cached .

    Запустим индексацию заново:

    git add .

    Добавляем коммит и пушим:

    git commit -m «Remove files»
    git push -u origin master

  • Добавить комментарий

    Ваш адрес email не будет опубликован. Обязательные поля помечены *