Sha256: 0cf62023dc81a25a551ff2ea68c99c36df18b9ebe5fdbf7044bedb3aad281564
Contents?: true
Size: 794 Bytes
Versions: 5
Compression:
Stored size: 794 Bytes
Contents
Git === This plugin attempts to help manage your workflow by automatically pulling changes from your repo. **Do not use this plugin if you are not using Git.** Gem Requirements ---------------- This plugin requires the following gems: ```ruby gem 'git' ``` Hooks ----- - `before_bump` - `after_bump` - `after_promote` Configuration ------------- ```yaml plugins: git: remote: origin branch: master ``` **Note** Due to the nature of the git plugin, it's possible that you accept all the defaults. In that case, you should make your configuration like this: ```yaml plugins: git: enabled: true ``` #### remote The git remote to push/pull to/from. - Type: `String` - Default: `origin` #### branch The git brnach to push/pull to/from. - Type: `String` - Default: `master`
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
knife-spork-1.0.4 | plugins/Git.md |
knife-spork-1.0.3 | plugins/Git.md |
knife-spork-1.0.2 | plugins/Git.md |
knife-spork-1.0.1 | plugins/Git.md |
knife-spork-1.0.0 | plugins/Git.md |