You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
607 B
20 lines
607 B
*문제당 하나의 정답을 골라 퀴즈를 완성하세요.*
|
|
|
|
1. 브랜치로 부터 변경점을 토론하고 비교할 수 있는 공간 (리뷰, 코멘트, 통합 테스트 등을 할 수 있음)
|
|
|
|
- [ ] GitHub
|
|
- [ ] A Pull Request (PR, 풀리퀘스트)
|
|
- [ ] A feature branch (기능 브랜치)
|
|
|
|
2. 원격 브랜치로 모든 커밋들을 얻어올 수 있는 커맨드는?
|
|
|
|
- [ ] `git fetch`
|
|
- [ ] `git pull`
|
|
- [ ] `git commits -r`
|
|
|
|
3. 브랜치를 전환하는 커맨드는?
|
|
|
|
- [ ] `git switch [branch-name]`
|
|
- [ ] `git checkout [branch-name]`
|
|
- [ ] `git load [branch-name]`
|