[Git] 검색하기 귀찮아서 모아둔 명령어
·
공통
1. warning: in the working copy of 어쩌구 오류날 때- 윈도우 버전git config --global core.autocrlf true2. 새 레파지토리에 기존 파일 연동할 때git remote add origin "원격저장소 https"git pull origin maingit add --all 또는 git add .git commit -m "커밋할 내용"git push origin main 출처https://cocoon1787.tistory.com/728 [Git] "LF will be replaced by CRLF in..." 에러 해결 방법warning: LF will be replaced by CRLF in app.js. The file will have its ori..