Skip to content

Commit

Permalink
added git Q161 (#7034)
Browse files Browse the repository at this point in the history
  • Loading branch information
haxkd committed Jun 27, 2024
1 parent c6ae967 commit 2f3a151
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions git/git-quiz.md
Original file line number Diff line number Diff line change
Expand Up @@ -1434,3 +1434,12 @@ broccoli
- [x] The commits that match your search query
- [ ] The most recent commits
- [ ] All the commits you personally made

#### Q161. Your company worked on a popular utility module and you remember that it had between 100 and 200 stars. How would you write qualifiers that would limit that search?

- [x] Stars:100..200
- [ ] Stars: 100 or 200
- [ ] Stars:100,200
- [ ] Stars:100-200

0 comments on commit 2f3a151

Please sign in to comment.