반응형
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
- Google Excel
- Github
- SQL
- string
- Python
- PostgreSQL
- django
- hive
- dataframe
- Excel
- GIT
- Redshift
- c#
- Mac
- Tkinter
- gas
- matplotlib
- math
- PANDAS
- PySpark
- array
- Java
- numpy
- Google Spreadsheet
- Kotlin
- 파이썬
- list
- Apache
- google apps script
Archives
- Today
- Total
목록git rm (1)
달나라 노트
17. git rm --cached -r file_name (github에 올린 파일 제거하기)
git rm --cached -r file_name or directory_name/ 이번에는 git hub에 파일들을 push했는데 push된 파일을 git hub로부터 제거하는 방법을 알아보겠습니다. git rm --cached -r file_name git bash에서 위같은 명령어를 이용합니다. 만약 제가 git hub에 test.py라는 파일과 sql_test라는 디렉토리를 잘못 push했다고 가정합니다. git rm --cached -r test.py git rm --cached -r sql_test/ 위 두 명령어를 순차적으로 입력해줍니다. 첫 번째 명령어는 test.py라는 파일을 git hub에서 제거하겠다는 뜻이며 두 번째 명령어는 sql_test라는 디렉토리와 그 하위 폴더/파일을 모..
Github
2021. 1. 15. 23:02
