Skip to content

Commit b7e57d7

Browse files
authored
Create git-quizes
1 parent 7b1bd47 commit b7e57d7

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

git-quizes

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
1. What happens if you run this command from your master branch?
2+
3+
```
4+
git checkout -b beta-test
5+
```
6+
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>

0 commit comments

Comments
 (0)