Which of the following commands allows you to switch to a new Git branch called testing
Which of the following commands allows you to switch to a new Git branch called testing? a. git branch testing b. git commit ‐m “testing” c. git checkout testing d. git branch The correct answer and explanation is: The correct answer is a. git branch testing. In Git, branches allow developers to work on isolated […]
Which of the following commands allows you to switch to a new Git branch called testing Read More »