Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

git-gan

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

git-gan - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

4

index.js

@@ -12,2 +12,4 @@ #!/usr/bin/env node

shell.exec('git commit --amend --no-edit');
shell.exec('git push origin $(git branch | sed -n -e "s/^* (.*)/\1/p") -f');
shell.exec(
'git push origin $(git branch | grep * | cut -d " " -f2) --force-with-lease'
);
{
"name": "git-gan",
"version": "0.1.0",
"version": "0.1.1",
"description": "A shorthand for git command",

@@ -21,3 +21,4 @@ "bin": {

"git",
"shorthand"
"shorthand",
"command"
],

@@ -31,4 +32,4 @@ "author": "kpman",

"dependencies": {
"shelljs": "^0.7.8"
"shelljs": "^0.8.3"
}
}
SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc