Answers for "git template fetch"

0

git template fetch

git remote add template [URL of the template repo]

git fetch --all

git merge template/[branch to merge] --allow-unrelated-histories
Posted by: Guest on May-02-2022

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language