Socket
Socket
Sign inDemoInstall

cox

Package Overview
Dependencies
82
Maintainers
2
Versions
29
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.6 to 1.1.0

lib/commands/stash.js

9

help.txt

@@ -32,6 +32,11 @@ COX - version {{version}}

push - GIT pushes the latest changes in the current branch
usage: cox push
usage: cox push <ticket>
kill - checks out develop and kills the branch locally
usage: cox kill <ticket>
stash - stashes or pops in the working branch
usage: cox stash
usage: cox stash pop
woops: stashes changes in the current branch, checks out ticket and pops the stash
usage: cox woops <ticket>
Please use Cox responsibly, don't forget to use protection.
Please use Cox responsibly, don't forget to use protection.
var repeater = require('../repeater');
module.exports = function(args){
var branch = args._[1] || '';
var command = function(moduleName, moduleRepo, done){
console.info(('pulling: ' + moduleName).action);
exec('git pull');
exec('git pull origin ' + branch);
console.info(('pulled latest changes for ' + moduleName).success);

@@ -9,0 +10,0 @@ done();

@@ -1,2 +0,1 @@

var path = require('path');
var repeater = require('../repeater');

@@ -3,0 +2,0 @@

{
"name": "cox",
"version": "1.0.6",
"version": "1.1.0",
"preferGlobal": "true",

@@ -5,0 +5,0 @@ "description": "git commander for multi-repositories",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc