Skip to content
This repository has been archived by the owner on Nov 17, 2022. It is now read-only.

Latest commit

 

History

History
15 lines (10 loc) · 404 Bytes

template.md

File metadata and controls

15 lines (10 loc) · 404 Bytes

Update template

The first time you update, see section Initial template merge. After than, simply use Update local repo from template.

Update local repo from template

  • git fetch --all
  • git merge template/main

Initial template merge

  • git remote add template https://github.com/VisibaCare/Visiba.LibTemplate
  • git fetch --all
  • git merge template/main --allow-unrelated-histories