Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

swithc branch in github

$ git checkout <existing_branch>

# -b will create the branch if it does not exist
$ git checkout -b <new_branch>
Source by devconnected.com #
 
PREVIOUS NEXT
Tagged: #swithc #branch #github
ADD COMMENT
Topic
Name
6+5 =