Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

gitlab create branch

// from current HEAD:
git checkout -b <new-branch>

// from branch of choice
git checkout -b <new-branch> <existing-branch>
Source by www.atlassian.com #
 
PREVIOUS NEXT
Tagged: #gitlab #create #branch
ADD COMMENT
Topic
Name
4+7 =