Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat: 7조 황민영 #40

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions PD_황민영.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# 깃 세션 요약
- 깃 사용법 (혼자)
1. 깃허브에서 개인 레포지토리 생성
2. 로컬에서 폴더 생성 후, 사용자 등록
3. 생성한 개인 레포지토리에 연결
4. 파일 수정
5. 파일 수정 사항 반영하시
6. 로컬저장소를 push하여 원격저장소에 반영

- 깃 사용법 (같이)
1. 깃허브에서 레포지토리 생성
2. 중앙 레포지토리를 fork하여 개인 레포지토리 생성
3. 폴더 생성 후, 중앙 레포지토리와 개인 레포지토리에 연결 (origin과 upstream 사용)
4. branch 생성, 폴더에서 파일 수정, 편집 -> 작업 직전 upstream에서 pull 필수
5. 폴더에서 파일 수정 사항 add, commit으로 반영
6. 폴더를 push하여 개인 레포지토리에 반영하기
7. 개인 레포지토리에서 pull request하기
8. 중앙 레포지토리에서 코드 확인 후 Merge 받기