github터미널연결1 macOS 로컬저장소와 GitHub 원격 저장소 연결하기 mac os 로컬저장소와 GitHub 원격저장소 연결하는 방법 : PyCharm, IntelliJ IEDA에서 작업한 프로젝트 GitHub에 연결하기 : 터미널 사용하여 연결하기 1. https://github.com : 접속, 로그인 2. Creare a new repository(Repository name입력 → Creat repository) 3. IntelliJ IEDA Terminal 창에 연결 명령어 입력하기 : 그냥 터미널 열어서 cd 명령어 작업해도 가능! : 2번 Repository 생성 후 나오는 명령어 사용★ git init git add README.md //readme 파일 업로드하려면 진행 -> Repository 생성할 때 체크하지 않았으면 생략 git add . // 폴더(.. 2022. 12. 12. 이전 1 다음