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
| // Check which branches have **not** been merged | |
| git branch --no-merged main | |
| git branch --no-merged develop | |
| // Check which branches have been merged | |
| git branch --merged main | |
| git branch --merged develop | |
| // Delete all local branches that have been merged to 'main' | |
| git branch --merged main | Select-String -Pattern "^(\s*)(?!.*(\*|main)).*$" | ForEach-Object { $_.Matches.Groups[0].Value.Trim() } | ForEach-Object { git branch -d $_ } |
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
| { | |
| "author": "Code Computerlove", | |
| "name": "codechristmaslove", | |
| "description": "", | |
| "version": "0.0.1-2", | |
| "dependencies": { | |
| "serialport": "*", | |
| "colors": "*", | |
| "kickstart": "*", | |
| "socket.io": "https://github.com/LearnBoost/socket.io/tarball/master", |
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
| error: Error running command deploy | |
| error: Nodejitsu Error (500): Internal Server Error | |
| error: npm http GET http://nj-npm.irisnpm.com/serialport | |
| npm http GET http://nj-npm.irisnpm.com/colors | |
| npm http GET http://nj-npm.irisnpm.com/kickstart | |
| npm http GET http://nj-npm.irisnpm.com/requirejs | |
| npm http GET https://github.com/LearnBoost/socket.io/tarball/master | |
| npm http 200 http://nj-npm.irisnpm.com/colors | |
| npm http GET http://nj-npm.irisnpm.com/colors/-/colors-0.6.0-1.tgz | |
| npm http 200 http://nj-npm.irisnpm.com/kickstart |
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
| { | |
| "author": "Code Computerlove", | |
| "name": "codechristmaslove", | |
| "description": "", | |
| "version": "0.0.1-2", | |
| "dependencies": { | |
| "serialport": "*", | |
| "colors": "*", | |
| "kickstart": "*", | |
| "socket.io": "*", |
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
| error: Error running command deploy | |
| error: Nodejitsu Error (500): Internal Server Error | |
| error: npm http GET http://nj-npm.irisnpm.com/serialport | |
| npm http GET http://nj-npm.irisnpm.com/colors | |
| npm http GET http://nj-npm.irisnpm.com/kickstart | |
| npm http GET http://nj-npm.irisnpm.com/socket.io | |
| npm http GET http://nj-npm.irisnpm.com/requirejs | |
| npm http 200 http://nj-npm.irisnpm.com/colors | |
| npm http GET http://nj-npm.irisnpm.com/colors/-/colors-0.6.0-1.tgz | |
| npm http 200 http://nj-npm.irisnpm.com/serialport |
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
| npm ERR! | |
| npm ERR! Additional logging details can be found in: | |
| npm ERR! /root/tmp/tmp-20417ms1j6g0/build/package/npm-debug.log | |
| npm ERR! not ok code 0 |
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
| error: Error running command deploy | |
| error: Nodejitsu Error (500): Internal Server Error | |
| error: npm http GET http://nj-npm.irisnpm.com/serialport | |
| npm http GET http://nj-npm.irisnpm.com/colors | |
| npm http GET http://nj-npm.irisnpm.com/kickstart | |
| npm http GET http://nj-npm.irisnpm.com/socket.io | |
| npm http GET http://nj-npm.irisnpm.com/requirejs | |
| npm http 200 http://nj-npm.irisnpm.com/colors | |
| npm http GET http://nj-npm.irisnpm.com/colors/-/colors-0.6.0-1.tgz | |
| npm http 200 http://nj-npm.irisnpm.com/kickstart |
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
| error: Error running command deploy | |
| error: Nodejitsu Error (500): Internal Server Error | |
| error: | |
| error: There was an error while attempting to start the app | |
| error: Error spawning drone | |
| error: Script prematurely exited | |
| error: | |
| error: This type of error is usually a user error. | |
| error: Error output from app: | |
| error: |