Sha256: 5ec98ac175bd79492da1a80587e5f7939798f61e6983ce095b25c0925929cd92

Contents?: true

Size: 794 Bytes

Versions: 22

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 branch to push/pull to/from.

- Type: `String`
- Default: `master`

Version data entries

22 entries across 22 versions & 2 rubygems

Version Path
knife-spork-1.4.1 plugins/Git.md
knife-spork-1.4.0 plugins/Git.md
knife-spork-1.3.4 plugins/Git.md
knife-spork-1.3.3 plugins/Git.md
knife-spork-berks-1.3.2 plugins/Git.md
knife-spork-1.3.2 plugins/Git.md
knife-spork-1.3.1 plugins/Git.md
knife-spork-1.3.0 plugins/Git.md
knife-spork-1.2.2 plugins/Git.md
knife-spork-1.2.1 plugins/Git.md
knife-spork-1.2.0 plugins/Git.md
knife-spork-1.0.17 plugins/Git.md
knife-spork-1.0.16 plugins/Git.md
knife-spork-1.0.14 plugins/Git.md
knife-spork-1.0.13 plugins/Git.md
knife-spork-1.0.12 plugins/Git.md
knife-spork-1.0.10 plugins/Git.md
knife-spork-1.0.9 plugins/Git.md
knife-spork-1.0.8 plugins/Git.md
knife-spork-1.0.7 plugins/Git.md