How to update to latest upstream repo:
Only once:
- git remote add public https://github.com/elgatosf/streamdeck-plugin-template
Then:
- git pull public main --no-commit
- git commit -am "Merged updates from upstream repo"
- git push origin main
How to update to latest upstream repo:
Only once:
Then: