A simple Node-Red git ui.
Requires Node-Red version 0.16.2 or more recent.
$ npm i -S node-red-contrib-git-ui
- Make sure git is installed and a user with a valid SSH key is already set.
- Start Node-Red at the desired user directory (via node-red -u /some/path)
- Install the git-ui node from the pallete or via npm install. An empty git repo will be created at the user directory if not already present.
- Open the config tab on git-ui and set the SSH URL for the remote repo. Currently only accepts URLs in the format git@<server>:<user>/<repo>.git
- Click 'Save and Update'. A 'staging' branch will be created on both local and remote repos if not already present.
- Done!
- Make some changes to the flow and deploy them
- Open the git-ui tab
- Add a commit message
- Click on commit
$ git clone https://github.com/sciensa/node-red-contrib-git-ui.git
$ cd node-red-contrib-git-ui
$ npm install
$ npm link
- Follow the Semantic Versioning Specification.
- Follow the GitHub Flow.
- Follow the 5 Useful Tips For A Better Commit Message article and the How to Write a Git Commit Message post.
- Install and use Commitizen.
- Bug reports and pull requests are welcome on GitHub.
- This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.
The node is available as open source under the terms of the MIT License.