본문 바로가기

Cooperation/Git

[Git] 03. 리포지토리(Repository) 삭제하기

 Repository 삭제

 

 

Git 홈페이지에서 리포지토리(Repository)를 삭제하는 방법에 대해 알아볼 것이다.

 

 

1. GitHub 로그인 : GitHub 페이지에서 계정에 로그인한다.

 

2. Repository 선택 : 삭제하려는 Repository를 선택한다.

 

3. Settings 탭 클릭 : Repository 페이지 상단에 있는  Settings 탭을 클릭한다.

 

4. Delete this repository 클릭 : Settings 페이지 하단의 Danger Zone을 찾아 Delete this repository를 클릭한다.

 

5. I want to delete this repository 클릭 : 팝업 창의 뜨면 I want to delete this repository을 클릭한다.

 

 

6. 경고 메시지 확인 : 경고 메시지를 확인하고 I have read and understand these effects를 클릭한다.

 

 

7. Repository 이름 입력: Repository를 삭제하는 것을 확인하기 위해 저장소의 이름을 입력하라는 요청이 표시된다.

 

 

8. 삭제 확인 : Repositoy 이름을 정확히 입력하고 Delete this repository 버튼을 클릭하여 Repository를 삭제한다.

 

 

9. 삭제 완료 : 해당 Repository가 삭제된 것을 확인할 수 있다.