Skip to content

Commit fefc1c6

Browse files
committed
docs: step-0 절차 설명
1 parent 349423c commit fefc1c6

File tree

1 file changed

+14
-4
lines changed

1 file changed

+14
-4
lines changed

README.md

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,19 @@
1010
동아리 Git 스터디/워크샵을 위한 리포지토리입니다. 스터디는 실습 형식으로 총 4단계로 구성되어 있으며 2~3일에 걸쳐 진행합니다. git 커맨드라인 환경에서 진행하므로 사전에 [동아리 개발환경 설정](https://github.com/ApptiveDev/.github/blob/main/docs/Dev%20Environment%20Setup.md) 문서를 따라주시기 바랍니다. 또, 스터디를 진행하면서 부족한 부분은 계속 보완해주시기 바랍니다.
1111
- 개인의 선호에 따라 GUI 툴 활용 가능 (GitKraken, SourceTree, Github GUI 등)
1212
- 디스코드 등 화면 공유가 잘 되는지 사전에 확인할 것 (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))
13-
13+
14+
## 0️⃣ Git 사전 설정
15+
-> [step-0 브랜치](https://github.com/ApptiveDev/workshop-git/tree/step-0)
16+
### 🎯️ 목표
17+
워크샵 이전에 환경 설정을 진행하고 git이 제대로 동작하는지 확인합니다.
18+
### 📜️ 진행
19+
- `step-0`에서 지정하는 개발도구를 사전에 설치합니다.
20+
- 현재 레포를 로컬에 clone하고 `step-0` 브랜치로 이동합니다.
21+
- `/playground`에 간단한 파일을 남기고 commit, push 합니다.
22+
- 오류가 있다면 워크샵 이전에 해결합니다.
23+
1424
## 1️⃣️ Git 기초
15-
-> [step-1 브랜치](https://github.com/ApptiveDev/study-git/tree/step-1)
25+
-> [step-1 브랜치](https://github.com/ApptiveDev/workshop-git/tree/step-1)
1626
### 🎯️ 목표
1727
git과 github의 차이점, git이 동작하는 과정, git 기본 명령어를 알아봅시다!
1828
### 📜️ 진행
@@ -21,7 +31,7 @@ git과 github의 차이점, git이 동작하는 과정, git 기본 명령어를
2131
- 작성 후 `step-1` 브랜치로 Pull Request를 올립니다.
2232

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

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

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

0 commit comments

Comments
 (0)