Workplace repo for creating diff patches
- Fork repo or request addition to organization
- Create branch named your patch name:
git checkout -b my-patch-name
- Apply changes
- Create diff:
git diff master -- . ':!.github' > unified_diff.patch
- Publish it to Patchmanager web catalog!
- Fork repo or request addition to organization
- Create branch named your patch name:
git checkout -b my-patch-name
- Apply changes
- You can copy additional files according to pm2 guidelines to the 'patch' folder
- Create pull request
- Github CI will produce zip file for you
- Publish it to Patchmanager web catalog!