반응형
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 |
Tags
- table tag
- table cell size
- Dependency
- Django 특정 값 가져오기
- html cell size
- Dependency Injection
- Spring
- Django
- DI
- html
- Django column 값 가져오기
- html cell
Archives
- Today
- Total
emluy 개발 일기
github 원격저장소에 있는 것 지우기 (로컬저장소에 있는 것은 안 건듬) 본문
SMALL
1. 원격 저장소에서 폴더 삭제
$git rm --cached -r 폴더이름/
2. 원격 저장소에 적용하기
$git commit -m "커밋메세지"
$git push origin master
반응형
'git' 카테고리의 다른 글
git의 로컬저장소 취소하기 - git init 한 거 취소하고 싶을 때 (0) | 2020.05.04 |
---|---|
git push 오류 (0) | 2020.04.26 |
git branch merge (0) | 2020.04.23 |
git branch 생성 (0) | 2020.04.20 |
git 기본 터미널 명령어 (0) | 2020.04.20 |
Comments