grunt-merge

0.1.8 • Public • Published

##GruntMerge

Build Status NPM version

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.task.loadTasks path.resolve(__dirname, "../node_modules/grunt-merge/lib")

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.

/grunt-merge/

    Package Sidebar

    Install

    npm i grunt-merge

    Weekly Downloads

    2

    Version

    0.1.8

    License

    MIT

    Last publish

    Collaborators

    • winton