git command1 MGS day 04 git commands git remote add origin {원격저장소 주소} git 명령어로 git과 연결되는 원격저장소를 생성(등록). 이름은 origin(통상적)이고, 주소는 { } 안의 주소. git push origin main git 명령어로 이름이 origin이라는 원격저장소의 main 브랜치에 업로드(push). git config --global core.autocrlf input (macOS) git config --global core.autocrlf true (Windows) git이라는 명령어로 환경설정(config, configuration)을 해주는데 옵션(--)은 전역(global)에서 사용하도록 하고, crlf(개행 문자, New Line) 설정을 운영체제에 따라 inp.. 2022. 6. 30. 이전 1 다음