Notice
Recent Posts
Recent Comments
Link
| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 1 | 2 | 3 | 4 | 5 | 6 | 7 |
| 8 | 9 | 10 | 11 | 12 | 13 | 14 |
| 15 | 16 | 17 | 18 | 19 | 20 | 21 |
| 22 | 23 | 24 | 25 | 26 | 27 | 28 |
| 29 | 30 | 31 |
Tags
- joined()
- 대문자소문자
- 라이징캠프
- replacesubrange()
- 프로그래머스
- variadic parameters
- BackgroundModes
- components()
- 클론코딩
- uikit
- swift
- prefix()
- Segue
- tableView
- suffix()
- github
- 알고리즘
- 코딩테스트
- alamofire
- xocde
- Autolayout
- reduce()
- zip()
- String()
- IOS
- 싱글톤
- MVC
- API
- GIT
- 코드업 파이썬 기초 100제
Archives
- Today
- Total
Daeng iOS
[Git] git init 취소하기 본문
git init으로 해당하는 폴더를 git 로컬 저장소로 설정할 수 있다.
그것을 취소하기 위한 방법을 정리해두고자 한다.
(git inti을 통해 만들어진 .git 폴더를 삭제)
rm -r .git
이 후 나오는 질문 메세지들을 모두 엔터로 넘기다보면 삭제된다!
'Git' 카테고리의 다른 글
| [Git] 깃 커밋메시지 수정하기 (0) | 2022.04.27 |
|---|---|
| [Git][오류 해결] failed to push some refs to 해결 방법 (0) | 2022.04.27 |
| [Git] 깃허브 커밋 되돌리기 (0) | 2022.04.27 |