Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Azure
Blockchain
Devops
Ask a Question
What does the command git checkout branchname do?
Home
Git
What does the command git checkout branchname do?
asked
Jul 25, 2019
in
Git
by
SakshiSharma
What does the command git checkout branchname do?
Select the correct Answer from below list
(1)Commits the new branch
(2)Deletes the new branch
(3)Adds the new branch
(4)Switches from main branch to the new branch
#developer-git
#git
#git-commands
#git-checkout
#git-reset
#git-branch
#what-is-git
#git-pull
git-diff
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jul 25, 2019
by
Robindeniel
Switches from main branch to the new branch
...