Computer Science, asked by sunnyraj893, 1 year ago

What is the GIT command to create a branch?

Answers

Answered by rachana125
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