git push (1) 썸네일형 리스트형 대용량 프로젝트 git 올리기 MacOS : 13.3.1 (a)(22E772610a) home brew 설치 : https://brew.sh/index_ko git 설치 : https://git-scm.com/book/ko/v2/%EC%8B%9C%EC%9E%91%ED%95%98%EA%B8%B0-Git-%EC%84%A4%EC%B9%98 home brew 는 상당히 시간이 오래 걸리니 10분 정도는 가볍게 기다려 보자 git init git add . git commit -m "message" git remote add origin "github_repository_url" git push -u origin master git config --global user.name "username" git config --global user... 이전 1 다음