Update 1-2 quiz to korean

pull/102/head
DaehunGwak 5 years ago
parent 012bff97d3
commit 5a03d13846

@ -1,18 +1,18 @@
*Complete this quiz by checking one answer per question.* *문제당 하나의 정답을 골라 퀴즈를 완성하세요.*
1. A place to compare and discuss the differences introduced on a branch with reviews, comments, integrated tests, and more is: 1. 브랜치로 부터 변경점을 토론하고 비교할 수 있는 공간 (리뷰, 코멘트, 통합 테스트 등을 할 수 있음)
- [ ] GitHub - [ ] GitHub
- [ ] A Pull Request - [ ] A Pull Request (PR, 풀리퀘스트)
- [ ] A feature branch - [ ] A feature branch (기능 브랜치)
2. How would you get all the commits from a remote branch? 2. 원격 브랜치로 모든 커밋들을 얻어올 수 있는 커맨드는?
- [ ] `git fetch` - [ ] `git fetch`
- [ ] `git pull` - [ ] `git pull`
- [ ] `git commits -r` - [ ] `git commits -r`
3. How do you switch to a branch? 3. 브랜치를 전환하는 커맨드는?
- [ ] `git switch [branch-name]` - [ ] `git switch [branch-name]`
- [ ] `git checkout [branch-name]` - [ ] `git checkout [branch-name]`

@ -1,13 +1,13 @@
*Complete this quiz in class* *수업 들으시면서 퀴즈를 완성해주세요.*
1. How do you create a Git repo? 1. 어떤 명령어로 Git 레포지토리를 만드나요?
- [ ] git create - [ ] git create
- [ ] git start - [ ] git start
- [ ] git init - [ ] git init
2. What does `git add` do? 2. `git add`는 어떤 동작을 하는 것인가요?
- [ ] Commits your code - [ ] 코드를 커밋
- [ ] Adds your files to a staging area for tracking - [ ] 추적을 위해 staging 영역으로 파일을 추가
- [ ] Adds your files to GitHub - [ ] Github에 파일을 추가

Loading…
Cancel
Save