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
521 B
20 lines
521 B
4 years ago
|
*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:
|
||
|
|
||
|
- [ ] GitHub
|
||
|
- [ ] A Pull Request
|
||
|
- [ ] A feature branch
|
||
|
|
||
|
2. How would you get all the commits from a remote branch?
|
||
|
|
||
|
- [ ] `git fetch`
|
||
|
- [ ] `git pull`
|
||
|
- [ ] `git commits -r`
|
||
|
|
||
|
3. How do you switch to a branch?
|
||
|
|
||
|
- [ ] `git switch [branch-name]`
|
||
|
- [ ] `git checkout [branch-name]`
|
||
|
- [ ] `git load [branch-name]`
|