Skip to content

Latest commit

 

History

History
15 lines (15 loc) · 550 Bytes

File metadata and controls

15 lines (15 loc) · 550 Bytes

git hub 협업 요약 정리 새 레포지토리 생성 workspace에서 파일 생성 후 visual studio로 열기 클릭 새 터미널 생성 git bash로 변경 git init 활용 깃 초기화 git hub의 개인 repository와 링크 연결 git add . git 커밋메세지 생성 git hub와 연동: git push origin main 활용 중앙 repository의 url fork 개인 repository에 복제 브랜치 생성: "자신 트랙이니셜_이름" 브랜치 작업 후 먼저 개인 저장소로 commit and push 추후 중앙 원격 저장소에 반영 요청하기