This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "properties": { | |
| "name": "main", | |
| "id": "test-drawimage/main", | |
| "project": "test-drawimage", | |
| "environment": { | |
| "type": "noflo-nodejs" | |
| }, | |
| "changed": true | |
| }, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "properties": { | |
| "name": "main", | |
| "id": "test-drawimage/main", | |
| "project": "test-drawimage", | |
| "environment": { | |
| "type": "noflo-nodejs" | |
| }, | |
| "changed": true | |
| }, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "properties": { | |
| "name": "main", | |
| "id": "test-drawimage/main", | |
| "project": "test-drawimage", | |
| "environment": { | |
| "type": "noflo-nodejs" | |
| }, | |
| "changed": true | |
| }, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "properties": { | |
| "name": "main", | |
| "id": "test-drawimage/main", | |
| "project": "test-drawimage", | |
| "environment": { | |
| "type": "noflo-nodejs" | |
| }, | |
| "changed": true | |
| }, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "properties": { | |
| "name": "main", | |
| "id": "test-drawimage/main", | |
| "project": "test-drawimage", | |
| "environment": { | |
| "type": "noflo-nodejs" | |
| }, | |
| "changed": true | |
| }, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "properties": { | |
| "name": "main", | |
| "id": "test-drawimage/main", | |
| "project": "test-drawimage", | |
| "environment": { | |
| "type": "noflo-nodejs" | |
| }, | |
| "changed": true | |
| }, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "properties": { | |
| "name": "main", | |
| "id": "test-drawimage/main", | |
| "project": "test-drawimage", | |
| "environment": { | |
| "type": "noflo-nodejs" | |
| }, | |
| "changed": true | |
| }, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| cta vilson$ git checkout master | |
| Switched to branch 'master' | |
| Your branch is ahead of 'origin/master' by 16 commits. | |
| (use "git push" to publish your local commits) | |
| cta vilson$ git log | |
| commit 211377f3a984ec4c19958c576b98e8889f1f718d | |
| Merge: 18ab568 1327874 | |
| Author: Vilson Vieira <vilson@void.cc> | |
| Date: Thu Nov 20 15:18:15 2014 -0200 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| cta vilson$ git flow release finish 0.2.3 | |
| Switched to branch 'develop' | |
| Merge made by the 'recursive' strategy. | |
| Gruntfile.coffee | 2 +- | |
| package.json | 2 +- | |
| 2 files changed, 2 insertions(+), 2 deletions(-) | |
| Deleted branch release/0.2.3 (was 1327874). | |
| Summary of actions: | |
| - Latest objects have been fetched from 'origin' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| MacBook-Pro-de-Vilson:cta vilson$ git flow release finish 0.2.3 | |
| Switched to branch 'master' | |
| Your branch is up-to-date with 'origin/master'. | |
| Auto-merging package.json | |
| CONFLICT (content): Merge conflict in package.json | |
| Auto-merging Gruntfile.coffee | |
| CONFLICT (content): Merge conflict in Gruntfile.coffee | |
| Automatic merge failed; fix conflicts and then commit the result. | |
| There were merge conflicts. |