Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 234 Bytes

UPDATING.md

File metadata and controls

11 lines (7 loc) · 234 Bytes

How to update to latest upstream repo:

First Time:

Then:

  • git pull public main --no-commit
  • git commit -am "Merged updates from upstream repo"
  • git push origin main