Learning/Github (2) 썸네일형 리스트형 Git main git 기본 처음 생성 시 git init git remote add origin https://github.com/dittyBox/link-for-learning.git git add . git status git commit -m "messege" git branch -M main git push -u origin main 기본브랜치 변경 git config --global init.defaultBranch main git remote -v git add . git status (-s 변경내역을 간단히) git commit -m "messege" git branch -M main git push -u origin main git pull git rm --cached 위에 기본 프랜치가 변경이 안되어 .. warning: LF will be replaced by CRLF in package-lock.json. 윈도우 사용자 git config --global core.autocrlf true 행을 나누는 방식이 윈도우와 리눅스의 방법이 달라서 git에서 나는 오류 이전 1 다음