We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b1bd47 commit b7e57d7Copy full SHA for b7e57d7
git-quizes
@@ -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