Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 226 Bytes

UPDATING.md

File metadata and controls

9 lines (7 loc) · 226 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