From fcf65058f51f80eae1a16fe5a0f3642458356116 Mon Sep 17 00:00:00 2001 From: mignonieee Date: Wed, 3 Apr 2024 01:53:17 +0900 Subject: [PATCH 1/2] =?UTF-8?q?Feat:=207=EC=A1=B0=20=ED=99=A9=EB=AF=BC?= =?UTF-8?q?=EC=98=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- "PD_\355\231\251\353\257\274\354\230\201.md" | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 "PD_\355\231\251\353\257\274\354\230\201.md" diff --git "a/PD_\355\231\251\353\257\274\354\230\201.md" "b/PD_\355\231\251\353\257\274\354\230\201.md" new file mode 100644 index 0000000..e69de29 From 1185667bac0c1e3bf31f97e61491ad87f8cea6c1 Mon Sep 17 00:00:00 2001 From: mignonieee <163876694+mignonieee@users.noreply.github.com> Date: Wed, 3 Apr 2024 01:57:24 +0900 Subject: [PATCH 2/2] =?UTF-8?q?PD=5F=ED=99=A9=EB=AF=BC=EC=98=81.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- "PD_\355\231\251\353\257\274\354\230\201.md" | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git "a/PD_\355\231\251\353\257\274\354\230\201.md" "b/PD_\355\231\251\353\257\274\354\230\201.md" index e69de29..9f6acb2 100644 --- "a/PD_\355\231\251\353\257\274\354\230\201.md" +++ "b/PD_\355\231\251\353\257\274\354\230\201.md" @@ -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 받기