Editing a plugin
The following guide will apply to Ubuntu, OSX and Windows 10 with WSL
Follow the Installtion Ubuntu/OSX/Windows (WSL) guide and make your changes.
When you have finished your editing, do this:
cd ~
cd Documents/workspace/microting/eform-angular-machinearea-plugin
./devgetchangesCheck your changes are the same as expected.
git statusgit commit -aWrite your commit message
git statusgit pullgit push Last updated
Was this helpful?