개발/Git
-
IntelliJ 프로젝트 git hub에 쉽게 올리기개발/Git 2020. 2. 17. 01:09
1. git 설치 및 intelliJ 에 경로 설정하기 2.git Hub 계정 등록하기 3. local repository 생성 vcs - import into version controll - create git repository 4. git commit vcs - commit 5.git hub에 repository 만들기 github.com 로그인 - your repositories - new 예전엔 private는 유료라 public만 강요되었는데 현재는 3명까지 협업 가능한 상태로 무료로 이용이 가능하다고 한다. 이름 입력 후 생성. 생성된 url 복사 6. IntelliJ - vcs - git - push 설정할 remote url에 방금 git hub에 생성하며 받은 주소 입력 후 push ..