반응형
250x250
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
- codedeploy error
- codebuild
- AWS CI/CD 구축하기
- Spring Error
- PostgreSQL
- bootstrap
- codepipeline
- IntelliJ
- docker
- chartjs
- aws
- Airflow
- Spring
- or some instances in your deployment group are experiencing problems.
- chart.js
- node
- codedeploy
- VPN
- 도커
- COALESCE
- aws cicd
- Python
- SQL
- Jenkins
- java bigdecimal
- JavaScript
- kubeflow
- redis
- Kafka
- Flux
Archives
- Today
- Total
Small Asteroid Blog
.git 삭제 명령어 / git 연결끊기 본문
728x90
git이랑 연결된 프로젝트의 연결을 취소하고 싶을 때
.git 파일을 삭제해주어야 한다.
프로젝트가 삭제되는것이 아니고 깃과 연결되어있는 .git을 삭제하는 것이다.
삭제하는 명령어는
find ./ -name ".git" | xargs rm -Rf
728x90
반응형
'도구 > Git' 카테고리의 다른 글
[Git] [rejected] master -> master (non-fast-forward) 해결 방법(강제push) (0) | 2021.02.19 |
---|---|
WARNING! Using --password via the CLI is insecure. Use --password-stdin (0) | 2020.11.03 |
fatal : not a git repository (or any of the parent directories): .git (0) | 2020.10.30 |
[GitLab] Permission denied (publickey). (0) | 2020.10.12 |
master에서 branch를 합치고 싶을 때 (git rebase) (0) | 2020.07.16 |