Push1 Mac에서 GitHub 사용법 맥 m1 pro 노트북을 받은 뒤 깃허브 연결 방법을 서치한 결과 밑에 두 블로그에서 큰 도움을 얻을 수 있었다. 감사합니다... 명령어 요약 1. 깃허브 레퍼지토리 만들고 주소 복사 2. git config —global user.name "name", git config —global user.email "깃허브 이메일" 3. 연결 폴더 이동 4. git init 5. git add . git commit -m "메세지" git push origin master git remote 6. git remote -v (저장소 연결, 안되어 있으면-->) git remote add origin "깃허브 주소" 7. git push origin master *push 과정에서 github 아이디와 비밀번호를 .. 2022. 1. 29. 이전 1 다음