Answers for "how to create a new branch in a existing repository"

1

Create new git branch from existing branch

 Syntax: git branch <new-branch-name> <existing-branch-name>            
 Example: git branch newone master
 Here newone is new branch and master is existing
Posted by: Guest on August-14-2021

Code answers related to "how to create a new branch in a existing repository"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language