For Node-RED.
Manage the flow in git repository.
- When you press the button, git command are executed automatically.
- git add
- git commit
- git push
- Split flows.json to make diff easy to see.
- For function nodes, such files are created.
- nodes/{node.id}/func
- For function nodes, such files are created.
-if (true) {
- console.log('Hello world.')
+if (false) {
+ console.log('Goodbye world.')
}
return msgnpm install --save node-red-contrib-git-nodes- Register ssh key.
- Make an empty repository newly.
- Input
git repository (ssh)property. - Press node button.
- git command





