Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 850 Bytes

README.md

File metadata and controls

24 lines (14 loc) · 850 Bytes

dspg23_website_template

Steps to use this template:

  1. Within your project repository, decide where your working /web directory should be. The /docs directory will need to be at the project root.

  2. Within your project repository, set the template as a remote

git remote add template https://github.com/DSPG-Young-Scholars-Program/dspg23_website_template.git

  1. Fetch updates from the template

git fetch --all

  1. Make necessary changes to the template main branch (git checkout template/main)
  • Reconcile directory structures
  • DELETE the template README.md
  • DELETE the template .gitignore
  1. Merge the template into your project repository

git merge template/main --allow-unrelated-histories

When the template is updated, repeat steps 3-5 only. PAY ATTENTION TO CONFLICTING FILE NAMES SO YOU DON'T OVERWRITE YOUR WORK :D.