Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

git pull from template repository

git remote add template [URL of the template repo]

git fetch --all

git merge template/[branch to merge] --allow-unrelated-histories
 
PREVIOUS NEXT
Tagged: #git #pull #template #repository
ADD COMMENT
Topic
Name
5+6 =