Tagged: Github
![Github 사용법(1)]()
Github 사용법(1)
🟡 초기세팅 git init → 지정한 폴더 안에 .git 폴더가 생성된다. git remote add origin https://github.com/자신의아이디/repository이름.git → github의 repository와 연결. git…
![Github 사용법(2)]()
Github 사용법(2)
🟡 초기세팅 https://github.com/클론할 repository주소 → 깃허브 내 code버튼을 클릭하고 깃허브 주소를 복사한 한다. cd 이동할 폴더명 → repository속 소스파일을 clone할 폴더로 이동한다. git clone…

