What is the GIT command to create a branch?
Answers
Answered by
0
Answer:
Explanation: The git branch command lets you create, list, rename, and delete branches. It doesn't let you switch between branches or put a forked history back together again. For this reason, git branch is tightly integrated with the git checkout and git merge commands.
Similar questions