Skip to content

Commit b93d187

Browse files
authored
Update git-quizes.md
1 parent 7ad0df1 commit b93d187

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

git-quizes.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@
44
git checkout -b beta-test
55
```
66

7-
<summary>
8-
a. A new branch called beta-test will be created and switched to.
9-
b. The beta-test branch will be checked out of the current commit.
10-
c. The beta-test branch will be checked out and deleted.
11-
d. The beta-test branch will be merged with the master branch
12-
</summary>
7+
[ ] a. A new branch called beta-test will be created and switched to.
8+
[ ] b. The beta-test branch will be checked out of the current commit.
9+
[ ] c. The beta-test branch will be checked out and deleted.
10+
[ ] d. The beta-test branch will be merged with the master branch

0 commit comments

Comments
 (0)