Orlan Quijada

Pull Changes from Template

Dec 26, 2022

  1. git remote add template [URL of the template repo]
  2. git fetch --all
  3. git merge --allow-unrelated-histories template/[branch to merge]
  4. fix merge conflicts if there are any.