Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

branches and merging in git

git checkout -b child 
git commit
git checkout master
git commit
git marge child

Note: In Git version 2.23, a new command called git switch was introduced 
  to eventually replace git checkout
Source by phoenixnap.com #
 
PREVIOUS NEXT
Tagged: #branches #merging #git
ADD COMMENT
Topic
Name
9+6 =