Skip to content

Commit

Permalink
docs: step-0 절차 설명
Browse files Browse the repository at this point in the history
  • Loading branch information
Cotidie committed Jul 6, 2024
1 parent 349423c commit fefc1c6
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,19 @@
동아리 Git 스터디/워크샵을 위한 리포지토리입니다. 스터디는 실습 형식으로 총 4단계로 구성되어 있으며 2~3일에 걸쳐 진행합니다. git 커맨드라인 환경에서 진행하므로 사전에 [동아리 개발환경 설정](https://github.com/ApptiveDev/.github/blob/main/docs/Dev%20Environment%20Setup.md) 문서를 따라주시기 바랍니다. 또, 스터디를 진행하면서 부족한 부분은 계속 보완해주시기 바랍니다.
- 개인의 선호에 따라 GUI 툴 활용 가능 (GitKraken, SourceTree, Github GUI 등)
- 디스코드 등 화면 공유가 잘 되는지 사전에 확인할 것 (ref. [Ubuntu Black Screen Sharing](https://askubuntu.com/questions/1407494/screen-share-not-working-in-ubuntu-22-04-in-all-platforms-zoom-teams-google-m))


## 0️⃣ Git 사전 설정
-> [step-0 브랜치](https://github.com/ApptiveDev/workshop-git/tree/step-0)
### 🎯️ 목표
워크샵 이전에 환경 설정을 진행하고 git이 제대로 동작하는지 확인합니다.
### 📜️ 진행
- `step-0`에서 지정하는 개발도구를 사전에 설치합니다.
- 현재 레포를 로컬에 clone하고 `step-0` 브랜치로 이동합니다.
- `/playground`에 간단한 파일을 남기고 commit, push 합니다.
- 오류가 있다면 워크샵 이전에 해결합니다.

## 1️⃣️ Git 기초
-> [step-1 브랜치](https://github.com/ApptiveDev/study-git/tree/step-1)
-> [step-1 브랜치](https://github.com/ApptiveDev/workshop-git/tree/step-1)
### 🎯️ 목표
git과 github의 차이점, git이 동작하는 과정, git 기본 명령어를 알아봅시다!
### 📜️ 진행
Expand All @@ -21,7 +31,7 @@ git과 github의 차이점, git이 동작하는 과정, git 기본 명령어를
- 작성 후 `step-1` 브랜치로 Pull Request를 올립니다.

## 2️⃣️ Git 협업
-> [step-2 브랜치](https://github.com/ApptiveDev/study-git/tree/step-2)
-> [step-2 브랜치](https://github.com/ApptiveDev/workshop-git/tree/step-2)
### 🎯️ 목표
앞서 익힌 git 명령어를 활용해 간단한 협업을 진행해봅니다.

Expand All @@ -31,7 +41,7 @@ git과 github의 차이점, git이 동작하는 과정, git 기본 명령어를
- 할일을 마치고 `step-2` 브랜치로 Pull Request를 올립니다.

## 3️⃣️ 협업 중 문제상황
-> [step-3 브랜치](https://github.com/ApptiveDev/study-git/tree/step-3)
-> [step-3 브랜치](https://github.com/ApptiveDev/workshop-git/tree/step-3)
### 🎯️ 목표
협업 중 맞닥뜨릴 수 있는 다양한 문제상황을 git 명령어로 해결해봅니다.
### 📜️ 진행
Expand Down

0 comments on commit fefc1c6

Please sign in to comment.