https://github.com/fd/wercker-step-git-merge
https://github.com/fd/wercker-step-git-merge
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/fd/wercker-step-git-merge
- Owner: fd
- License: mit
- Created: 2013-07-22T12:07:29.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2014-08-20T10:57:28.000Z (almost 12 years ago)
- Last Synced: 2025-02-02T07:19:27.884Z (over 1 year ago)
- Language: Shell
- Size: 163 KB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```