Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

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
Source by codecrewtech.blogspot.com #
 
PREVIOUS NEXT
Tagged: #Create #git #branch #existing #branch
ADD COMMENT
Topic
Name
1+2 =