일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- JadenCase
- IP주소
- prettier
- eslint
- input 안보임
- react
- lazy-load
- CRLF
- 퀵정렬
- CRA
- vscode
- git autocrlf
- 프로그래머스
- 가장큰수
- git 개행문자
- 원시값
- REST API
- 참조타입
- password 안보임
- expected linebreaks to be 'lf' but found 'crlf' linebreak-style
- HTTPS
- git 명령어
- 응답코드
- git
- LF
- eslint-prettier
- expected linebreaks to be 'crlf' but found 'lf' linebreak-style
- k번째수
- input type password
- 개행문자
Archives
- Today
- Total
목록CRLF (1)
우파루파의 개발 기록
자꾸 까먹는 간단한 Git 명령어들
자꾸만 명령어를 까먹어서, 자주 사용하지만 까먹는 명령어들을 정말 개인 기록 용도로 적어두었습니다. remote branch 삭제 git push origin [:remote] --delete [:remote_branch_name] // 예시 [remote: origin, branch: temp] # git push origin --delete temp local branch 삭제 git branch -D [:local_branch_name] // 예시 [branch: temp] # git branch -D temp CRLF, LF 관련(개행문자) 설정(Config) 윈도우와 맥을 혼용해서 작업하다보면, 다른 운영체제에서 수정한 코드를 pull 하거나 merge 했을때 ERROR: expected lin..
development/기타
2019. 10. 31. 11:15