An open API service indexing awesome lists of open source software.

https://github.com/fd/wercker-step-git-merge


https://github.com/fd/wercker-step-git-merge

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Git Merge

A [wercker](http://wercker.com/) step to merge two git branches.

## Options

- `source` The branch to merge.
- `target` The branch which will get the merged content.

## Example

```yaml
deploy:
steps:
- simonmenke/git-merge:
source: devel
target: master
```