grunt-merge
v0.1.8
Published
[](https://travis-ci.org/winton/grunt-merge) [](http://badge.fury.io/js/grunt-merge)
Downloads
25
Readme
##GruntMerge
Grunt task that merges git branches for you.
###Install
npm install grunt-merge
###Example Gruntfile
module.exports = (grunt) ->
grunt.config.data.merge =
'a-b': [ 'a', 'b' ]
grunt.loadNpmTasks "grunt-merge"
This example creates a new branch (a-b
) and then sequentially merges branches a
and b
into it.
Run grunt merge
to execute your merges.
###Conflicts
If there are merge conflicts, the task stops and allows you to fix them.
When you're finished, run grunt merge
again.
Stay up to date
Watch this project on Github.
Follow Winton Welsh on Twitter.