Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

git template fetch

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 #template #fetch
ADD COMMENT
Topic
Name
9+8 =