Answered post-lecture quiz.

pull/94/head
Rafael Aviles 5 years ago
parent 616164ad78
commit a4dcb1db90

@ -3,17 +3,17 @@
1. A place to compare and discuss the differences introduced on a branch with reviews, comments, integrated tests, and more is: 1. A place to compare and discuss the differences introduced on a branch with reviews, comments, integrated tests, and more is:
- [ ] GitHub - [ ] GitHub
- [ ] A Pull Request - [x] A Pull Request
- [ ] A feature branch - [ ] A feature branch
2. How would you get all the commits from a remote branch? 2. How would you get all the commits from a remote branch?
- [ ] `git fetch` - [ ] `git fetch`
- [ ] `git pull` - [x] `git pull`
- [ ] `git commits -r` - [ ] `git commits -r`
3. How do you switch to a branch? 3. How do you switch to a branch?
- [ ] `git switch [branch-name]` - [ ] `git switch [branch-name]`
- [ ] `git checkout [branch-name]` - [x] `git checkout [branch-name]`
- [ ] `git load [branch-name]` - [ ] `git load [branch-name]`

Loading…
Cancel
Save