0.1.8 • Published 11 years ago

grunt-merge v0.1.8

Weekly downloads
1
License
-
Repository
github
Last release
11 years ago

##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.

0.1.8

11 years ago

0.1.7

11 years ago

0.1.6

11 years ago

0.1.5

11 years ago

0.1.4

11 years ago

0.1.3

11 years ago

0.1.2

11 years ago

0.1.1

11 years ago